diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-03-09 07:40:51 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-03-09 07:40:51 +0000 |
commit | bf425f74f1420bb9884ad20388ba1dcb55ecd13e (patch) | |
tree | bfda29dd52902aaa23163191b5076d4da7a895d1 /security/p5-Crypt-ECB/Makefile | |
parent | e1488c530f8a299261cdd0bf823add08317ccb79 (diff) | |
download | ports-bf425f74f1420bb9884ad20388ba1dcb55ecd13e.tar.gz ports-bf425f74f1420bb9884ad20388ba1dcb55ecd13e.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-ECB/Makefile')
-rw-r--r-- | security/p5-Crypt-ECB/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/p5-Crypt-ECB/Makefile b/security/p5-Crypt-ECB/Makefile index 3232efabb65d..fee79b050aaa 100644 --- a/security/p5-Crypt-ECB/Makefile +++ b/security/p5-Crypt-ECB/Makefile @@ -6,19 +6,15 @@ # PORTNAME= Crypt-ECB -PORTVERSION= 1.1p2 -PORTREVISION= 1 +PORTVERSION= 1.40 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Crypt PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/-/} MAINTAINER= tobez@FreeBSD.org COMMENT= Perl module implementing the ECB encryption algorithm -WRKSRC= ${WRKDIR}/${DISTNAME:S/-2//} - PERL_CONFIGURE= yes MAN3= Crypt::ECB.3 |