aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Crypt_HMAC2/Makefile
blob: a0267b9f72cbfd77ed31d04329f180c0f6f1541c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Crypt_HMAC2
PORTVERSION=	1.0.0
CATEGORIES=	security www pear

MAINTAINER=	joneum@FreeBSD.org
COMMENT=	Implementation of Hashed Message Authentication Code for PHP5

USES=	pear

.include <bsd.port.mk>