svn commit: r318090 - head/devel/pear-HTML_Select

Martin Wilke miwi at FreeBSD.org
Mon May 13 14:35:04 UTC 2013


Author: miwi
Date: Mon May 13 14:35:03 2013
New Revision: 318090
URL: http://svnweb.freebsd.org/changeset/ports/318090

Log:
  - Convert to PEAR_AUTOINSTALL
  - Take maintainer ship

Modified:
  head/devel/pear-HTML_Select/Makefile   (contents, props changed)

Modified: head/devel/pear-HTML_Select/Makefile
==============================================================================
--- head/devel/pear-HTML_Select/Makefile	Mon May 13 14:34:54 2013	(r318089)
+++ head/devel/pear-HTML_Select/Makefile	Mon May 13 14:35:03 2013	(r318090)
@@ -1,26 +1,17 @@
-# Ports collection makefile for:  pear-HTML_Select
-# Date created:			  11 August 2004
-# Whom:				  Michael Schout <mschout at gkg.net>
-#
+# Created by: Michael Schout <mschout at gkg.net>
 # $FreeBSD$
-#
 
 PORTNAME=	HTML_Select
 PORTVERSION=	1.3.1
 CATEGORIES=	devel www pear
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	PEAR::HTML_Select is a class for generating HTML form select elements
 
 BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
 
-CATEGORY=	HTML
-PEAR_CATSRC=	yes
-FILES=		Select.php
-EXAMPLES=	attributes.php example.php \
-		grouped.php multiple.php
-_EXAMPLESDIR=	docs
+PEAR_AUTOINSTALL=	YES
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-head mailing list