diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-21 20:47:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-21 20:47:47 +0000 |
commit | 441a0f2110b7b24fb4fac843f6a118de057c7b54 (patch) | |
tree | edc37cd31047415d2cd51dd6123b48df231be8bb /security/pear-Auth_SASL | |
parent | 29d185b9b67161bb1cccffedba9dc8a36855d4ba (diff) | |
download | ports-441a0f2110b7b24fb4fac843f6a118de057c7b54.tar.gz ports-441a0f2110b7b24fb4fac843f6a118de057c7b54.zip |
Notes
Diffstat (limited to 'security/pear-Auth_SASL')
-rw-r--r-- | security/pear-Auth_SASL/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/pear-Auth_SASL/Makefile b/security/pear-Auth_SASL/Makefile index 4e8c19a5edc2..2f8dc95a32aa 100644 --- a/security/pear-Auth_SASL/Makefile +++ b/security/pear-Auth_SASL/Makefile @@ -1,4 +1,4 @@ -# Created by: Thierry Thomas (<thierry@pompo.net>) +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ PORTNAME= Auth_SASL @@ -8,12 +8,13 @@ CATEGORIES= security www pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR abstraction of various SASL mechanism responses +LICENSE= BSD + BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth -RUN_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth +RUN_DEPENDS:= ${BUILD_DEPENDS} PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include "${.CURDIR}/../../devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |