freebsd-ports/security/pear-Crypt_HMAC2/Makefile
2009-12-07 09:44:57 +00:00

28 lines
659 B
Makefile

# 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>