diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:26:02 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-03 23:26:02 +0000 |
commit | c6b6c065ac5c0b024d23e89c4361c5a43885e3d1 (patch) | |
tree | dcbd36cf08d5ba50627a7fba7a58cb14fd2723a2 /security/p5-Crypt-ECB | |
parent | 8895a309a225e31ccab814abd3c08b9dda205eb4 (diff) | |
download | ports-c6b6c065ac5c0b024d23e89c4361c5a43885e3d1.tar.gz ports-c6b6c065ac5c0b024d23e89c4361c5a43885e3d1.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-ECB')
-rw-r--r-- | security/p5-Crypt-ECB/Makefile | 23 | ||||
-rw-r--r-- | security/p5-Crypt-ECB/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-ECB/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-ECB/pkg-descr | 3 | ||||
-rw-r--r-- | security/p5-Crypt-ECB/pkg-plist | 3 |
5 files changed, 31 insertions, 0 deletions
diff --git a/security/p5-Crypt-ECB/Makefile b/security/p5-Crypt-ECB/Makefile new file mode 100644 index 000000000000..09bce82fe095 --- /dev/null +++ b/security/p5-Crypt-ECB/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Crypt-ECB +# Date created: Wed Jan 3 16:09:46 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Crypt-ECB +PORTVERSION= 1.1 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Crypt::ECB.3 + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-ECB/distinfo b/security/p5-Crypt-ECB/distinfo new file mode 100644 index 000000000000..7a14f27eca72 --- /dev/null +++ b/security/p5-Crypt-ECB/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-ECB-1.1.tar.gz) = 22b7093a8dc71e5b73d53c978e90ecc6 diff --git a/security/p5-Crypt-ECB/pkg-comment b/security/p5-Crypt-ECB/pkg-comment new file mode 100644 index 000000000000..102ae078dbda --- /dev/null +++ b/security/p5-Crypt-ECB/pkg-comment @@ -0,0 +1 @@ +Perl module implementing the ECB encryption algorithm diff --git a/security/p5-Crypt-ECB/pkg-descr b/security/p5-Crypt-ECB/pkg-descr new file mode 100644 index 000000000000..c6980bd33e23 --- /dev/null +++ b/security/p5-Crypt-ECB/pkg-descr @@ -0,0 +1,3 @@ +Crypt::ECB is a perl module implementing the ECB encryption algorithm. + +--will diff --git a/security/p5-Crypt-ECB/pkg-plist b/security/p5-Crypt-ECB/pkg-plist new file mode 100644 index 000000000000..78a9517dd4a2 --- /dev/null +++ b/security/p5-Crypt-ECB/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/Crypt/ECB.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/ECB/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/ECB |