12 lines
256 B
Makefile
12 lines
256 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
|
|
PORTNAME= Crypt_HMAC2
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Implementation of Hashed Message Authentication Code for PHP5
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|