diff options
-rw-r--r-- | devel/pear-HTML_QuickForm_SelectFilter/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/devel/pear-HTML_QuickForm_SelectFilter/Makefile b/devel/pear-HTML_QuickForm_SelectFilter/Makefile index 1ffb28dd5168..9533a75fa5c3 100644 --- a/devel/pear-HTML_QuickForm_SelectFilter/Makefile +++ b/devel/pear-HTML_QuickForm_SelectFilter/Makefile @@ -1,23 +1,18 @@ -# Ports collection makefile for: pear-HTML_QuickForm_SelectFilter -# Date created: 15 December 2004 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= HTML_QuickForm_SelectFilter PORTVERSION= 1.0.0 CATEGORIES= devel www pear DISTNAME= ${PORTNAME}-${PORTVERSION}RC1 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= miwi@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" |