summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-GPG
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2005-12-19 09:16:46 +0000
committerAndrey Slusar <anray@FreeBSD.org>2005-12-19 09:16:46 +0000
commitecdd1f15e205783d18df1fe553b9fc49ef17a99a (patch)
tree2e484ad5b1dc415351206e70a793a83d9346d8d0 /security/p5-Crypt-GPG
parentBring portmk/devel up to the status of the next patchset to be tested. (diff)
Added p5-Crypt-HCE_MD5, perl extension implementing one way hash chaining encryption using MD5.
PR: ports/90589 Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu> Approved by: sem(mentor)
Notes
Notes: svn path=/head/; revision=151537
Diffstat (limited to 'security/p5-Crypt-GPG')
-rw-r--r--security/p5-Crypt-GPG/Makefile24
-rw-r--r--security/p5-Crypt-GPG/distinfo3
-rw-r--r--security/p5-Crypt-GPG/pkg-descr11
-rw-r--r--security/p5-Crypt-GPG/pkg-plist5
4 files changed, 43 insertions, 0 deletions
diff --git a/security/p5-Crypt-GPG/Makefile b/security/p5-Crypt-GPG/Makefile
new file mode 100644
index 000000000000..81a92286b8cf
--- /dev/null
+++ b/security/p5-Crypt-GPG/Makefile
@@ -0,0 +1,24 @@
+# New ports collection Makefile for: p5-Crypt-GPG
+# Date created: 17 Dec 2006
+# Whom: Gabor Kovesdan
+# $FreeBSD$
+
+PORTNAME= Crypt-GPG
+PORTVERSION= 1.52
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gkovesdan@t-hosting.hu
+COMMENT= Perl extension for GnuPG
+
+PERL_CONFIGURE= yes
+
+MAN3= Crypt::GPG.3
+
+.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} <= 500503
+IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
+.endif
+.include <bsd.port.post.mk>
diff --git a/security/p5-Crypt-GPG/distinfo b/security/p5-Crypt-GPG/distinfo
new file mode 100644
index 000000000000..cac2f5cf9762
--- /dev/null
+++ b/security/p5-Crypt-GPG/distinfo
@@ -0,0 +1,3 @@
+MD5 (Crypt-GPG-1.52.tar.gz) = fe3b7b4e0cef0fa666dc5ce3e7235a88
+SHA256 (Crypt-GPG-1.52.tar.gz) = 9f9a3fc3887eb89c6d01430d3b4a3ed2c23792c3ab9391635fbe0b58de6f5075
+SIZE (Crypt-GPG-1.52.tar.gz) = 18467
diff --git a/security/p5-Crypt-GPG/pkg-descr b/security/p5-Crypt-GPG/pkg-descr
new file mode 100644
index 000000000000..1941ce65188a
--- /dev/null
+++ b/security/p5-Crypt-GPG/pkg-descr
@@ -0,0 +1,11 @@
+The Crypt::GPG module provides access to the functionality of the GnuPG
+(www.gnupg.org) encryption tool through an object oriented interface.
+It provides methods for encryption, decryption, signing, signature
+verification, key generation, key certification, export and import.
+Key-server access is on the todo list.
+This release of the module may create compatibility issues with previous
+versions. If you find any such problems, or any bugs or documentation
+errors, please do report them to crypt-gpg at neomailbox.com.
+
+
+WWW: http://search.cpan.org/dist/Crypt-GPG
diff --git a/security/p5-Crypt-GPG/pkg-plist b/security/p5-Crypt-GPG/pkg-plist
new file mode 100644
index 000000000000..ea482071b39c
--- /dev/null
+++ b/security/p5-Crypt-GPG/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Crypt/GPG.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GPG/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GPG/
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true