b233276d78
Approved by: mat (mentor)
13 lines
264 B
Makefile
13 lines
264 B
Makefile
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt_HMAC2
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Implementation of Hashed Message Authentication Code for PHP5
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|