21 lines
446 B
Makefile
21 lines
446 B
Makefile
# $OpenBSD: Makefile,v 1.4 2002/12/29 20:31:40 fgsch Exp $
|
|
|
|
COMMENT= "implementation of the RC4 encryption algorithm"
|
|
|
|
DISTNAME= Crypt-RC4-2.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
|
|
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:=Crypt/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|