diff options
Diffstat (limited to 'security/pear-Crypt_CBC/Makefile')
-rw-r--r-- | security/pear-Crypt_CBC/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/security/pear-Crypt_CBC/Makefile b/security/pear-Crypt_CBC/Makefile index ad3f5edd83c2..ad072385b797 100644 --- a/security/pear-Crypt_CBC/Makefile +++ b/security/pear-Crypt_CBC/Makefile @@ -7,7 +7,7 @@ PORTNAME= Crypt_CBC PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security www pear MAINTAINER= ports@FreeBSD.org @@ -16,12 +16,9 @@ COMMENT= PEAR class to emulate Perl's Crypt::CBC module BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} -.include <bsd.port.pre.mk> -.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" - -do-install: - @${MKDIR} ${PEARDIR}/Crypt - @${CP} -Rp ${WRKSRC}/CBC.php ${PEARDIR}/Crypt - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Crypt +CATEGORY= Crypt +FILES= CBC.php +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" .include <bsd.port.post.mk> |