aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Crypt_RC4/Makefile
blob: dd85949a9df3daf84e2cdf8dd86c587513437662 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PORTNAME=	Crypt_RC4
PORTVERSION=	1.0.3
CATEGORIES=	security www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	PEAR encryption class for RC4 encryption
WWW=		https://pear.php.net/package/Crypt_RC4

USES=		pear

.include <bsd.port.mk>