ed00a03744
Crypt::RC4 is a simple implementation of the RC4 algorithm, developed by RSA Security, Inc.
25 lines
510 B
Makefile
25 lines
510 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/02/08 06:49:41 kevlo Exp $
|
|
|
|
COMMENT= "implementation of the RC4 encryption algorithm"
|
|
|
|
DISTNAME= Crypt-RC4-2.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
NEED_VERSION= 1.504
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
REGRESS_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|