f4e1f3b974
PR: 214156 Submitted by: Jochen Neumeister <joneum@bsdproject.de>
13 lines
271 B
Makefile
13 lines
271 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt_RC4
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= joneum@bsdproject.de
|
|
COMMENT= PEAR encryption class for RC4 encryption
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|