freebsd-ports/security/pear-Crypt_HMAC/Makefile
Thierry Thomas b4a3db7038 Add pear-Crypt_HMAC 1.0.1, PEAR class to calculate RFC 2104
compliant hashes.

PR:		77853
Submitted by:	Antônio Carlos Venâncio Júnior
2005-02-27 22:51:27 +00:00

24 lines
586 B
Makefile

# Ports collection makefile for: pear-Crypt_HMAC
# Date created: 21 February 2005
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= Crypt_HMAC
PORTVERSION= 1.0.1
CATEGORIES= security www pear
MAINTAINER= antonio@php.net
COMMENT= PEAR class to calculate RFC 2104 compliant hashes
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Crypt
FILES= HMAC.php
TESTS= test.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>