aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-17 00:14:17 +0800
committermiwi <miwi@FreeBSD.org>2013-03-17 00:14:17 +0800
commitbf8c38688b6184af38e39e537619e3873c189399 (patch)
treeeba5866dc8e0c13ad515b471d6aa130005248ee5 /devel
parent3473090a5a48bc42501404c13b63c38e3026e689 (diff)
downloadfreebsd-ports-gnome-bf8c38688b6184af38e39e537619e3873c189399.tar.gz
freebsd-ports-gnome-bf8c38688b6184af38e39e537619e3873c189399.tar.zst
freebsd-ports-gnome-bf8c38688b6184af38e39e537619e3873c189399.zip
- Convert to PEAR_AUTOINSTALL
Diffstat (limited to 'devel')
-rw-r--r--devel/pear-HTML_QuickForm_SelectFilter/Makefile13
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"