aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-05-13 17:59:19 +0800
committermiwi <miwi@FreeBSD.org>2013-05-13 17:59:19 +0800
commitc00ca78c4f29c6f62b00e38b21f17e67560a8d2d (patch)
treeed9d6b6cc1f20672f46814b1009d1ac2dd3d17b8 /devel
parentb26ceb9ea404b7cb80ffabd06dcada6a549fe9c1 (diff)
downloadfreebsd-ports-gnome-c00ca78c4f29c6f62b00e38b21f17e67560a8d2d.tar.gz
freebsd-ports-gnome-c00ca78c4f29c6f62b00e38b21f17e67560a8d2d.tar.zst
freebsd-ports-gnome-c00ca78c4f29c6f62b00e38b21f17e67560a8d2d.zip
- Convert to PEAR_AUTOINSTALL
- Trim header - Take maintainership
Diffstat (limited to 'devel')
-rw-r--r--devel/pear-HTML_Select_Common/Makefile20
1 files changed, 5 insertions, 15 deletions
diff --git a/devel/pear-HTML_Select_Common/Makefile b/devel/pear-HTML_Select_Common/Makefile
index 44eba85156ee..33efb1790c3c 100644
--- a/devel/pear-HTML_Select_Common/Makefile
+++ b/devel/pear-HTML_Select_Common/Makefile
@@ -1,29 +1,19 @@
-# Ports collection makefile for: pear-HTML_Select
-# Date created: 30 November 2002
-# Whom: Thierry Thomas (<thierry@pompo.net>)
-#
+# Created by: Thierry Thomas (<thierry@pompo.net>)
# $FreeBSD$
-#
PORTNAME= HTML_Select_Common
PORTVERSION= 1.2.0
CATEGORIES= devel www pear
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= miwi@FreeBSD.org
COMMENT= Some small PEAR classes to handle common <select> lists
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common \
${PEARDIR}/I18N/Common.php:${PORTSDIR}/devel/pear-I18N
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common \
+ ${PEARDIR}/I18N/Common.php:${PORTSDIR}/devel/pear-I18N
-FILES= HTML/Select/Common/BRState.php \
- HTML/Select/Common/Country.php \
- HTML/Select/Common/FRDepartements.php \
- HTML/Select/Common/NOFylke.php \
- HTML/Select/Common/NOKommune.php \
- HTML/Select/Common/UKCounty.php \
- HTML/Select/Common/USState.php
-EXAMPLES= Country.php UKCounty.php USState.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"