12 lines
194 B
Makefile
12 lines
194 B
Makefile
COMMENT= implementation of the RC4 encryption algorithm
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Crypt-RC4-2.02
|
|
REVISION= 3
|
|
CATEGORIES= security
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|