diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-12-07 09:44:57 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-12-07 09:44:57 +0000 |
commit | f1f3574a4cee9ee267c193f7b7a8ba0cee8ef286 (patch) | |
tree | d5f71a91c71afb8446d29b4c4c897780c2d6377b /security/pear-Crypt_HMAC2/Makefile | |
parent | 35ea1b99a38b6328f4bfa8a220e2c19ad06cf49b (diff) | |
download | ports-f1f3574a4cee9ee267c193f7b7a8ba0cee8ef286.tar.gz ports-f1f3574a4cee9ee267c193f7b7a8ba0cee8ef286.zip |
Notes
Diffstat (limited to 'security/pear-Crypt_HMAC2/Makefile')
-rw-r--r-- | security/pear-Crypt_HMAC2/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/pear-Crypt_HMAC2/Makefile b/security/pear-Crypt_HMAC2/Makefile new file mode 100644 index 000000000000..e3e69d652393 --- /dev/null +++ b/security/pear-Crypt_HMAC2/Makefile @@ -0,0 +1,27 @@ +# Ports collection makefile for: pear-Crypt_HMAC2 +# Date created: 23 Nov, 2009 +# Whom: Wen Heping <wen@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Crypt_HMAC2 +PORTVERSION= 0.2.1 +CATEGORIES= security www pear + +MAINTAINER= wen@FreeBSD.org +COMMENT= Implementation of Hashed Message Authentication Code for PHP5 + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Crypt +FILES= HMAC2.php HMAC2/Exception.php +TESTS= AllTests.php HMAC2Test.php \ + TestConfiguration.php.dist \ + TestHelper.php +DOCS= intro.xml + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> |