freebsd-ports/security/pear-Crypt_HMAC2/Makefile

14 lines
264 B
Makefile
Raw Normal View History

# Created by: Wen Heping <wen@FreeBSD.org>
2009-12-07 10:44:57 +01:00
# $FreeBSD$
PORTNAME= Crypt_HMAC2
PORTVERSION= 1.0.0
2009-12-07 10:44:57 +01:00
CATEGORIES= security www pear
MAINTAINER= miwi@FreeBSD.org
2009-12-07 10:44:57 +01:00
COMMENT= Implementation of Hashed Message Authentication Code for PHP5
2014-09-26 11:05:59 +02:00
USES= pear
2009-12-07 10:44:57 +01:00
2014-09-26 11:05:59 +02:00
.include <bsd.port.mk>