diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-22 04:47:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-22 04:47:47 +0800 |
commit | 74fa545a03e865b57f0f36dc08f4befa52eb0c4a (patch) | |
tree | edc37cd31047415d2cd51dd6123b48df231be8bb /security | |
parent | 02a1127fd37e7a2f03a8a535fccd0e6d61279435 (diff) | |
download | freebsd-ports-gnome-74fa545a03e865b57f0f36dc08f4befa52eb0c4a.tar.gz freebsd-ports-gnome-74fa545a03e865b57f0f36dc08f4befa52eb0c4a.tar.zst freebsd-ports-gnome-74fa545a03e865b57f0f36dc08f4befa52eb0c4a.zip |
- Fix Makefile header
- Add LICENSE
- Support STAGEDIR
Diffstat (limited to 'security')
-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> |