aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-MIME_Type
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-MIME_Type
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-MIME_Type')
-rw-r--r--mail/pear-MIME_Type/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/mail/pear-MIME_Type/Makefile b/mail/pear-MIME_Type/Makefile
index 48554f8b80c5..0e2cfb03878e 100644
--- a/mail/pear-MIME_Type/Makefile
+++ b/mail/pear-MIME_Type/Makefile
@@ -8,20 +8,11 @@ CATEGORIES= mail www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= PEAR class for dealing with MIME types
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-
-LATEST_LINK= pear-${PORTNAME}
OPTIONS_DEFINE= PEAR_SYSTEM_COMMAND
PEAR_SYSTEM_COMMAND_DESC= PEAR::System_Command support
-PEAR_AUTOINSTALL=yes
-
-.include <bsd.port.options.mk>
+USES= pear
-.if ${PORT_OPTIONS:MPEAR_SYSTEM_COMMAND}
-RUN_DEPENDS+= ${PEARDIR}/System/Command.php:${PORTSDIR}/devel/pear-System_Command
-.endif
+PEAR_SYSTEM_COMMAND_RUN_DEPENDS= ${PEARDIR}/System/Command.php:${PORTSDIR}/devel/pear-System_Command
-.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.mk>