diff options
author | gabor <gabor@FreeBSD.org> | 2009-02-04 20:46:38 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2009-02-04 20:46:38 +0800 |
commit | 913e907d9f2ba8227dc705f489c9e01652b0a2b9 (patch) | |
tree | 369dc50d389ed4d1e386890acaca22bf682d2cfc /security | |
parent | 7a9ef2b609c0c97f9eb74f61ced4a0339768a109 (diff) | |
download | freebsd-ports-gnome-913e907d9f2ba8227dc705f489c9e01652b0a2b9.tar.gz freebsd-ports-gnome-913e907d9f2ba8227dc705f489c9e01652b0a2b9.tar.zst freebsd-ports-gnome-913e907d9f2ba8227dc705f489c9e01652b0a2b9.zip |
Crypt::Juniper - Encrypt/decrypt Juniper $9$ secrets
WWW: http://search.cpan.org/dist/Crypt-Juniper/
PR: ports/131126
Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Juniper/Makefile | 22 | ||||
-rw-r--r-- | security/p5-Crypt-Juniper/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Crypt-Juniper/pkg-descr | 3 | ||||
-rw-r--r-- | security/p5-Crypt-Juniper/pkg-plist | 6 |
5 files changed, 35 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 3f08e1987dad..3f3328b112c3 100644 --- a/security/Makefile +++ b/security/Makefile @@ -398,6 +398,7 @@ SUBDIR += p5-Crypt-HCE_SHA SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Crypt-Imail + SUBDIR += p5-Crypt-Juniper SUBDIR += p5-Crypt-Khazad SUBDIR += p5-Crypt-License SUBDIR += p5-Crypt-Lite diff --git a/security/p5-Crypt-Juniper/Makefile b/security/p5-Crypt-Juniper/Makefile new file mode 100644 index 000000000000..3255d206a43f --- /dev/null +++ b/security/p5-Crypt-Juniper/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Crypt-Juniper +# Date created: 2009-01-29 +# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= Crypt-Juniper +PORTVERSION= 0.02 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= snowfly@yuntech.edu.tw +COMMENT= Encrypt and decrypt Juniper $9$ secrets + +PERL_CONFIGURE= 5.8.0+ + +MAN3= Crypt::Juniper.3 + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-Juniper/distinfo b/security/p5-Crypt-Juniper/distinfo new file mode 100644 index 000000000000..6efef7e052de --- /dev/null +++ b/security/p5-Crypt-Juniper/distinfo @@ -0,0 +1,3 @@ +MD5 (Crypt-Juniper-0.02.tar.gz) = bdef72bef6bc3d4616f136eff0249b2d +SHA256 (Crypt-Juniper-0.02.tar.gz) = 3a5a1c63048067abefe6a5aeca69629156a7dc8921244757e29c86462b78d099 +SIZE (Crypt-Juniper-0.02.tar.gz) = 32304 diff --git a/security/p5-Crypt-Juniper/pkg-descr b/security/p5-Crypt-Juniper/pkg-descr new file mode 100644 index 000000000000..f64b70f5385b --- /dev/null +++ b/security/p5-Crypt-Juniper/pkg-descr @@ -0,0 +1,3 @@ +Crypt::Juniper - Encrypt/decrypt Juniper $9$ secrets + +WWW: http://search.cpan.org/dist/Crypt-Juniper/ diff --git a/security/p5-Crypt-Juniper/pkg-plist b/security/p5-Crypt-Juniper/pkg-plist new file mode 100644 index 000000000000..e7dd6daf6b70 --- /dev/null +++ b/security/p5-Crypt-Juniper/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%//Crypt/Juniper.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Juniper/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Juniper +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt +@dirrmtry %%SITE_PERL%%/Crypt |