summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-15 00:54:51 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-15 00:54:51 +0000
commit504a947b486d1ba1856a0705f0b6c4cad875d66f (patch)
tree3f32a77510e18e9760be1465e6d45b4e2f5e871c /security
parent- Convert to PEAR_AUTOINSTALL (diff)
- Convert to PEAR_AUTOINSTALL
- Trim header
Notes
Notes: svn path=/head/; revision=314206
Diffstat (limited to 'security')
-rw-r--r--security/pear-Crypt_HMAC2/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/security/pear-Crypt_HMAC2/Makefile b/security/pear-Crypt_HMAC2/Makefile
index 8f3abd947ca4..8b2ab8295f40 100644
--- a/security/pear-Crypt_HMAC2/Makefile
+++ b/security/pear-Crypt_HMAC2/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Crypt_HMAC2
-# Date created: 23 Nov, 2009
-# Whom: Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Crypt_HMAC2
PORTVERSION= 1.0.0
@@ -13,14 +9,9 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Implementation of Hashed Message Authentication Code for PHP5
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-#CATEGORY= Crypt
-FILES= Crypt/HMAC2.php Crypt/HMAC2/Exception.php
-TESTS= AllTests.php HMAC2Test.php \
- TestConfiguration.php.dist \
- TestHelper.php
-DOCS= intro.xml
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"