diff options
Diffstat (limited to 'security/pear-Crypt_CBC/Makefile')
-rw-r--r-- | security/pear-Crypt_CBC/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/pear-Crypt_CBC/Makefile b/security/pear-Crypt_CBC/Makefile index 9f775c5eeb8c..bb9c05718777 100644 --- a/security/pear-Crypt_CBC/Makefile +++ b/security/pear-Crypt_CBC/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Crypt_CBC -# Date created: 28 November 2002 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# +# Created by: Thierry Thomas (<thierry@pompo.net>) # $FreeBSD$ -# PORTNAME= Crypt_CBC PORTVERSION= 1.0.1 @@ -17,6 +13,7 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear PEAR_AUTOINSTALL= yes +NO_STAGE= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |