diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-15 08:54:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-15 08:54:51 +0800 |
commit | d4b7eb2df6bd5390aca0df0e23db05dd0caa6d0e (patch) | |
tree | 3f32a77510e18e9760be1465e6d45b4e2f5e871c /security/pear-Crypt_HMAC2 | |
parent | a80155d332e5aaae43db858bd89622bf2765f4ea (diff) | |
download | freebsd-ports-gnome-d4b7eb2df6bd5390aca0df0e23db05dd0caa6d0e.tar.gz freebsd-ports-gnome-d4b7eb2df6bd5390aca0df0e23db05dd0caa6d0e.tar.zst freebsd-ports-gnome-d4b7eb2df6bd5390aca0df0e23db05dd0caa6d0e.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'security/pear-Crypt_HMAC2')
-rw-r--r-- | security/pear-Crypt_HMAC2/Makefile | 15 |
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" |