aboutsummaryrefslogtreecommitdiff
path: root/databases/pear-MDB2_Schema
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 14:14:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 14:14:19 +0000
commit427938c0ffd5ba0c6b1e45cff4490585459f12a6 (patch)
tree0e4dc81cc360a9a3db5cc22bbec6952018cef4d2 /databases/pear-MDB2_Schema
parent71344a20489f06a4196155c87a5512705c1e5325 (diff)
downloadports-427938c0ffd5ba0c6b1e45cff4490585459f12a6.tar.gz
ports-427938c0ffd5ba0c6b1e45cff4490585459f12a6.zip
Convert to USES=pear
Use options helpers
Notes
Notes: svn path=/head/; revision=369062
Diffstat (limited to 'databases/pear-MDB2_Schema')
-rw-r--r--databases/pear-MDB2_Schema/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/databases/pear-MDB2_Schema/Makefile b/databases/pear-MDB2_Schema/Makefile
index 2330a10f884e..3a4bcec8aaea 100644
--- a/databases/pear-MDB2_Schema/Makefile
+++ b/databases/pear-MDB2_Schema/Makefile
@@ -8,19 +8,15 @@ CATEGORIES= databases www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR XML based database schema manager
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 \
+BUILD_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 \
${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
${PEARDIR}/XML/DTD.php:${PORTSDIR}/textproc/pear-XML_DTD \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
- ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 \
+RUN_DEPENDS= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 \
${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser \
${PEARDIR}/XML/DTD.php:${PORTSDIR}/textproc/pear-XML_DTD \
${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer
-PEAR_AUTOINSTALL= yes
+USES= pear
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>