15 lines
255 B
Makefile
15 lines
255 B
Makefile
# $OpenBSD: Makefile,v 1.14 2019/07/12 21:02:25 sthen Exp $
|
|
|
|
COMMENT= implementation of the RC4 encryption algorithm
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Crypt-RC4-2.02
|
|
REVISION= 2
|
|
CATEGORIES= security
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|