aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Crypt_Blowfish
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-15 06:27:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-15 06:27:06 +0000
commit2ef5aaf052e5d0dde51de0701c274af954d0f68f (patch)
treee7f30a99fe3bd0fc5e2816b66aabdd0b361b728b /security/pear-Crypt_Blowfish
parent59015ec3ac93aec8f14c3e4fc4e2c88b91afe706 (diff)
downloadports-2ef5aaf052e5d0dde51de0701c274af954d0f68f.tar.gz
ports-2ef5aaf052e5d0dde51de0701c274af954d0f68f.zip
- Convert to PEAR_AUTOINSTALL
- Trim header
Notes
Notes: svn path=/head/; revision=314254
Diffstat (limited to 'security/pear-Crypt_Blowfish')
-rw-r--r--security/pear-Crypt_Blowfish/Makefile22
1 files changed, 4 insertions, 18 deletions
diff --git a/security/pear-Crypt_Blowfish/Makefile b/security/pear-Crypt_Blowfish/Makefile
index fc25c87f36af..d29f14f68b0b 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