diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-15 14:27:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-15 14:27:06 +0800 |
commit | 6cebbbea5089e5e310c3a19b922f95e9201e59ab (patch) | |
tree | e7f30a99fe3bd0fc5e2816b66aabdd0b361b728b /security | |
parent | 37569921cc46c9885ca87bd5b895c0fa3342868e (diff) | |
download | freebsd-ports-graphics-6cebbbea5089e5e310c3a19b922f95e9201e59ab.tar.gz freebsd-ports-graphics-6cebbbea5089e5e310c3a19b922f95e9201e59ab.tar.zst freebsd-ports-graphics-6cebbbea5089e5e310c3a19b922f95e9201e59ab.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'security')
-rw-r--r-- | security/pear-Crypt_Blowfish/Makefile | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/security/pear-Crypt_Blowfish/Makefile b/security/pear-Crypt_Blowfish/Makefile index fc25c87f36a..d29f14f68b0 100644 --- a/security/pear-Crypt_Blowfish/Makefile +++ b/security/pear-Crypt_Blowfish/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-Crypt_Blowfish -# Date created: 27 April 2005 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= Crypt_Blowfish PORTVERSION= 1.1.0.r2 @@ -14,19 +10,9 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR class for blowfish encryption BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} - -CATEGORY= Crypt -FILES= Blowfish.php \ - Blowfish/CBC.php \ - Blowfish/DefaultKey.php \ - Blowfish/ECB.php \ - Blowfish/MCrypt.php \ - Blowfish/PHP.php -TESTS= blowfish.phpt \ - blowfish_cbc.phpt \ - vectors.txt \ - vectors_cbc.txt +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear + +PEAR_AUTOINSTALL= yes .if defined(WITH_PHP_MCRYPT) USE_PHP=mcrypt |