aboutsummaryrefslogtreecommitdiffstats
path: root/net/pear-Net_UserAgent_Mobile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-09-24 00:57:57 +0800
committerbapt <bapt@FreeBSD.org>2014-09-24 00:57:57 +0800
commit45269bddf7c62fc4b74aa0fce445877de8ef4342 (patch)
tree997b7cb143dd4821898035e60507aa663169febd /net/pear-Net_UserAgent_Mobile
parentc8129f8bd57a08c2c5f8f0a9e386d211a44e53fd (diff)
downloadfreebsd-ports-gnome-45269bddf7c62fc4b74aa0fce445877de8ef4342.tar.gz
freebsd-ports-gnome-45269bddf7c62fc4b74aa0fce445877de8ef4342.tar.zst
freebsd-ports-gnome-45269bddf7c62fc4b74aa0fce445877de8ef4342.zip
Convert to USES=pear
Diffstat (limited to 'net/pear-Net_UserAgent_Mobile')
-rw-r--r--net/pear-Net_UserAgent_Mobile/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/pear-Net_UserAgent_Mobile/Makefile b/net/pear-Net_UserAgent_Mobile/Makefile
index 85743212af94..a362c11817fd 100644
--- a/net/pear-Net_UserAgent_Mobile/Makefile
+++ b/net/pear-Net_UserAgent_Mobile/Makefile
@@ -9,12 +9,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}RC1
MAINTAINER= smatsui@karashi.org
COMMENT= PEAR class that parses HTTP mobile user agent string
-BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-
USE_PHP= pcre
-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>