svn commit: r334522 - head/security/pear-Auth_SASL
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Nov 21 20:47:48 UTC 2013
Author: sunpoet
Date: Thu Nov 21 20:47:47 2013
New Revision: 334522
URL: http://svnweb.freebsd.org/changeset/ports/334522
Log:
- Fix Makefile header
- Add LICENSE
- Support STAGEDIR
Modified:
head/security/pear-Auth_SASL/Makefile
Modified: head/security/pear-Auth_SASL/Makefile
==============================================================================
--- head/security/pear-Auth_SASL/Makefile Thu Nov 21 20:47:43 2013 (r334521)
+++ head/security/pear-Auth_SASL/Makefile Thu Nov 21 20:47:47 2013 (r334522)
@@ -1,4 +1,4 @@
-# Created by: Thierry Thomas (<thierry at pompo.net>)
+# Created by: Thierry Thomas <thierry at pompo.net>
# $FreeBSD$
PORTNAME= Auth_SASL
@@ -8,12 +8,13 @@ CATEGORIES= security www pear
MAINTAINER= sunpoet at 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>
More information about the svn-ports-all
mailing list