aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-17 20:04:27 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-17 20:04:27 +0000
commitcd058e36e086bf3fad6714db62e3236f0d895ca3 (patch)
treede90f81b57b473384fc9e30bae7fafa0e31aee2a
parentdd3d1ba0331bf7d54351453d79e71ecae24a16a8 (diff)
downloadports-cd058e36e086bf3fad6714db62e3236f0d895ca3.tar.gz
ports-cd058e36e086bf3fad6714db62e3236f0d895ca3.zip
add p5-Crypt-PGPSimple 0.13
Crypt::PGPSimple provides a simple object-oriented interface to PGP PR: 38622 Submitted by: rachek <rachek@si.freebsd.org>
Notes
Notes: svn path=/head/; revision=61446
-rw-r--r--security/Makefile1
-rw-r--r--security/p5-Crypt-PGPSimple/Makefile24
-rw-r--r--security/p5-Crypt-PGPSimple/distinfo1
-rw-r--r--security/p5-Crypt-PGPSimple/pkg-comment1
-rw-r--r--security/p5-Crypt-PGPSimple/pkg-descr9
-rw-r--r--security/p5-Crypt-PGPSimple/pkg-plist5
6 files changed, 41 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index de15c1d380aa..9b39dd7ed376 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -144,6 +144,7 @@
SUBDIR += p5-Crypt-OpenPGP
SUBDIR += p5-Crypt-OpenSSL-RSA
SUBDIR += p5-Crypt-OpenSSL-Random
+ SUBDIR += p5-Crypt-PGPSimple
SUBDIR += p5-Crypt-PassGen
SUBDIR += p5-Crypt-Primes
SUBDIR += p5-Crypt-RC4
diff --git a/security/p5-Crypt-PGPSimple/Makefile b/security/p5-Crypt-PGPSimple/Makefile
new file mode 100644
index 000000000000..d90cca9449ba
--- /dev/null
+++ b/security/p5-Crypt-PGPSimple/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: p5-Crypt-PGPSimple
+# Date created: May 25th 2002
+# Whom: Matjaz Prelog <rachek@si.freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Crypt-PGPSimple
+PORTVERSION= 0.13
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= rachek@si.FreeBSD.org
+
+RUN_DEPENDS= ${LOCALBASE}/bin/pgp:${PORTSDIR}/security/pgp
+
+PERL_CONFIGURE= yes
+
+MAN3= Crypt::PGPSimple.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-PGPSimple/distinfo b/security/p5-Crypt-PGPSimple/distinfo
new file mode 100644
index 000000000000..f4d92dec75e8
--- /dev/null
+++ b/security/p5-Crypt-PGPSimple/distinfo
@@ -0,0 +1 @@
+MD5 (Crypt-PGPSimple-0.13.tar.gz) = a27d44224859f85c8ee0a3a315f6116b
diff --git a/security/p5-Crypt-PGPSimple/pkg-comment b/security/p5-Crypt-PGPSimple/pkg-comment
new file mode 100644
index 000000000000..ae424999e933
--- /dev/null
+++ b/security/p5-Crypt-PGPSimple/pkg-comment
@@ -0,0 +1 @@
+Crypt::PGPSimple provides a simple object-oriented interface to PGP
diff --git a/security/p5-Crypt-PGPSimple/pkg-descr b/security/p5-Crypt-PGPSimple/pkg-descr
new file mode 100644
index 000000000000..2ea2c0a20218
--- /dev/null
+++ b/security/p5-Crypt-PGPSimple/pkg-descr
@@ -0,0 +1,9 @@
+Object oriented interface to PGP. Requires PGP installed on the server.
+Allows Perl scripts to encrypt, decrypt and sign messages using PGP
+for the encyption. Tested with PGP 2.6.2 and PGP 6.5.8 on UNIX and
+Windows.
+
+WWW: http://search.cpan.org/search?dist=Crypt-PGPSimple
+
+- Matjaz Prelog
+ <rachek@si.freebsd.org>
diff --git a/security/p5-Crypt-PGPSimple/pkg-plist b/security/p5-Crypt-PGPSimple/pkg-plist
new file mode 100644
index 000000000000..8f930faf73f9
--- /dev/null
+++ b/security/p5-Crypt-PGPSimple/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/PGPSimple/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Crypt/PGPSimple.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/PGPSimple
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Crypt 2>/dev/null || true