diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 16:57:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 16:57:57 +0000 |
commit | b0305d41aff6dba2c2de7e0e80152393226eba09 (patch) | |
tree | 997b7cb143dd4821898035e60507aa663169febd /net/pear-Auth_RADIUS | |
parent | 7242d5eb0654f07556933c4a2ebb9092e7f494e2 (diff) | |
download | ports-b0305d41aff6dba2c2de7e0e80152393226eba09.tar.gz ports-b0305d41aff6dba2c2de7e0e80152393226eba09.zip |
Notes
Diffstat (limited to 'net/pear-Auth_RADIUS')
-rw-r--r-- | net/pear-Auth_RADIUS/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/net/pear-Auth_RADIUS/Makefile b/net/pear-Auth_RADIUS/Makefile index ad3f7804269c..394e5d989b20 100644 --- a/net/pear-Auth_RADIUS/Makefile +++ b/net/pear-Auth_RADIUS/Makefile @@ -8,13 +8,7 @@ CATEGORIES= net security pear MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR wrapper classes for the RADIUS PECL -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear - USE_PHP= radius +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> |