2010-12-03 11:46:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/12/03 11:46:46 ajacoutot Exp $
|
2002-02-08 06:49:41 +00:00
|
|
|
|
2007-09-15 23:29:57 +00:00
|
|
|
COMMENT= implementation of the RC4 encryption algorithm
|
2002-02-08 06:49:41 +00:00
|
|
|
|
2007-01-15 17:40:09 +00:00
|
|
|
MODULES= cpan
|
2002-02-08 06:49:41 +00:00
|
|
|
DISTNAME= Crypt-RC4-2.02
|
2010-12-03 11:46:46 +00:00
|
|
|
REVISION= 1
|
2007-01-15 17:40:09 +00:00
|
|
|
CATEGORIES= security
|
2010-10-18 21:41:44 +00:00
|
|
|
USE_GROFF = Yes
|
2002-02-08 06:49:41 +00:00
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
2007-01-15 17:40:09 +00:00
|
|
|
# Perl
|
2002-02-08 06:49:41 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|