aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Contact_Vcard_Parse
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 16:45:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-23 16:45:35 +0000
commitb208e52f7bcc715a04db0703e241da5a949e2d64 (patch)
tree7bca8025361a679ac757241a16b366bc0766debf /mail/pear-Contact_Vcard_Parse
parentc0a1775203ed59e128e0c86d0c63537f694564d0 (diff)
downloadports-b208e52f7bcc715a04db0703e241da5a949e2d64.tar.gz
ports-b208e52f7bcc715a04db0703e241da5a949e2d64.zip
Convert to USES=pear
Notes
Notes: svn path=/head/; revision=369092
Diffstat (limited to 'mail/pear-Contact_Vcard_Parse')
-rw-r--r--mail/pear-Contact_Vcard_Parse/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/mail/pear-Contact_Vcard_Parse/Makefile b/mail/pear-Contact_Vcard_Parse/Makefile
index 05c0aea65798..84dbc5fad082 100644
--- a/mail/pear-Contact_Vcard_Parse/Makefile
+++ b/mail/pear-Contact_Vcard_Parse/Makefile
@@ -8,11 +8,6 @@ CATEGORIES= mail www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class to parse vCard 2.1 and 3.0 files
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+USES= pear
-PEAR_AUTOINSTALL= yes
-
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>