20 lines
392 B
Makefile
20 lines
392 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/10/18 21:41:46 espie Exp $
|
|
|
|
COMMENT= implementation of the RC4 encryption algorithm
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-RC4-2.02
|
|
REVISION= 0
|
|
CATEGORIES= security
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|