diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-09-20 21:52:01 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-09-20 21:52:01 +0000 |
commit | 14dbd8f567187f74357f3c4aaae6caeab372ba63 (patch) | |
tree | 113c942504ab7a3c81da540b39c0fd46fbe2b66b /security/p5-Crypt-CBC/Makefile | |
parent | cb1ca62f5b78bc21151c9adefd97aae2e120feba (diff) | |
download | ports-14dbd8f567187f74357f3c4aaae6caeab372ba63.tar.gz ports-14dbd8f567187f74357f3c4aaae6caeab372ba63.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-CBC/Makefile')
-rw-r--r-- | security/p5-Crypt-CBC/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index 8b96cd8fdbbb..c67562e46e86 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: p5-Crypt-DES +# New ports collection makefile for: p5-Crypt-CBC # Date created: October 20th 1996 # Whom: Mark Murray <markm@FreeBSD.org> # @@ -6,13 +6,13 @@ # PORTNAME= Crypt-CBC -PORTVERSION= 1.25 +PORTVERSION= 2.08 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- -MAINTAINER= markm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 @@ -20,7 +20,8 @@ RESTRICTED= "Crypto; export-controlled" PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Crypt::CBC.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + .include <bsd.port.mk> |