svn commit: r314366 - head/devel/pear-HTML_QuickForm_SelectFilter

Martin Wilke miwi at FreeBSD.org
Sat Mar 16 16:14:18 UTC 2013


Author: miwi
Date: Sat Mar 16 16:14:17 2013
New Revision: 314366
URL: http://svnweb.freebsd.org/changeset/ports/314366

Log:
  - Convert to PEAR_AUTOINSTALL

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

Modified: head/devel/pear-HTML_QuickForm_SelectFilter/Makefile
==============================================================================
--- head/devel/pear-HTML_QuickForm_SelectFilter/Makefile	Sat Mar 16 16:14:01 2013	(r314365)
+++ head/devel/pear-HTML_QuickForm_SelectFilter/Makefile	Sat Mar 16 16:14:17 2013	(r314366)
@@ -1,23 +1,18 @@
-# Ports collection makefile for:  pear-HTML_QuickForm_SelectFilter
-# Date created:			  15 December 2004
-# Whom:				  Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
 # $FreeBSD$
-#
 
 PORTNAME=	HTML_QuickForm_SelectFilter
 PORTVERSION=	1.0.0
 CATEGORIES=	devel www pear
 DISTNAME=	${PORTNAME}-${PORTVERSION}RC1
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	Element for PEAR::HTML_QuickForm that defines dynamic filters
 
 BUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
 
-CATEGORY=	HTML/QuickForm
-FILES=		SelectFilter.php
+PEAR_AUTOINSTALL=	yes
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"


More information about the svn-ports-head mailing list