diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-05-13 09:56:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-05-13 09:56:24 +0000 |
commit | d989e04f27c33bc5cda670ff4c1e31ef14923777 (patch) | |
tree | 8a4f06138863cfb826b1f244f54b91d56084f584 /security/pear-Auth_SASL | |
parent | 39857344f5ca1c4b08631dafc0ad4d99a56a7e10 (diff) |
Notes
Diffstat (limited to 'security/pear-Auth_SASL')
-rw-r--r-- | security/pear-Auth_SASL/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/security/pear-Auth_SASL/Makefile b/security/pear-Auth_SASL/Makefile index e6dbcd430ef1..d9765830aeb3 100644 --- a/security/pear-Auth_SASL/Makefile +++ b/security/pear-Auth_SASL/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Auth_SASL -# Date created: 2 February 2003 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# +# Created by: Thierry Thomas (<thierry@pompo.net>) # $FreeBSD$ -# PORTNAME= Auth_SASL PORTVERSION= 1.0.6 @@ -15,10 +11,7 @@ COMMENT= PEAR abstraction of various SASL mechanism responses BUILD_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth RUN_DEPENDS= ${PEARDIR}/Auth/Auth.php:${PORTSDIR}/security/pear-Auth -FILES= Auth/SASL.php Auth/SASL/Anonymous.php \ - Auth/SASL/Common.php Auth/SASL/CramMD5.php \ - Auth/SASL/External.php Auth/SASL/DigestMD5.php \ - Auth/SASL/Login.php Auth/SASL/Plain.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |