diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-30 22:12:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-30 22:12:18 +0000 |
commit | 882c35efa8fa08cfdfe295c85b51ed2e32dc10f0 (patch) | |
tree | 6e8ca933bd18f24d283f3514f1bd43f3567a2bb0 /security/pear-Crypt_Blowfish/Makefile | |
parent | 68b0fd02991850551e037397f9f899f47ae21a6b (diff) |
Notes
Diffstat (limited to 'security/pear-Crypt_Blowfish/Makefile')
-rw-r--r-- | security/pear-Crypt_Blowfish/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/pear-Crypt_Blowfish/Makefile b/security/pear-Crypt_Blowfish/Makefile index b575e44276d0..59b3edca48f9 100644 --- a/security/pear-Crypt_Blowfish/Makefile +++ b/security/pear-Crypt_Blowfish/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Crypt_Blowfish -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= security www pear MAINTAINER= antonio@php.net @@ -17,6 +17,12 @@ RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Crypt FILES= Blowfish.php Blowfish/DefaultKey.php +TESTS= blowfish.phpt vectors.txt + +post-patch: +.for file in ${FILES} + @${REINPLACE_CMD} -e "s|@package_version@|${PORTVERSION}|" ${WRKSRC}/${file} +.endfor .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" |