aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Auth_SASL
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-21 20:47:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-21 20:47:47 +0000
commit441a0f2110b7b24fb4fac843f6a118de057c7b54 (patch)
treeedc37cd31047415d2cd51dd6123b48df231be8bb /security/pear-Auth_SASL
parent29d185b9b67161bb1cccffedba9dc8a36855d4ba (diff)
downloadports-441a0f2110b7b24fb4fac843f6a118de057c7b54.tar.gz
ports-441a0f2110b7b24fb4fac843f6a118de057c7b54.zip
- Fix Makefile header
- Add LICENSE - Support STAGEDIR
Notes
Notes: svn path=/head/; revision=334522
Diffstat (limited to 'security/pear-Auth_SASL')
-rw-r--r--security/pear-Auth_SASL/Makefile9
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>