diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-04 03:50:45 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-04 03:50:45 +0000 |
commit | a7c8bb072d7f057cca3aacd9bc05cec1f44d2c33 (patch) | |
tree | 3d1bd4908f8119e501a00eabe18456f5c712095d /security/p5-PGP-Sign | |
parent | 7e7c29d9bd097dea9624089b9ae963829f9ed47f (diff) | |
download | ports-a7c8bb072d7f057cca3aacd9bc05cec1f44d2c33.tar.gz ports-a7c8bb072d7f057cca3aacd9bc05cec1f44d2c33.zip |
Notes
Diffstat (limited to 'security/p5-PGP-Sign')
-rw-r--r-- | security/p5-PGP-Sign/Makefile | 27 | ||||
-rw-r--r-- | security/p5-PGP-Sign/distinfo | 1 | ||||
-rw-r--r-- | security/p5-PGP-Sign/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-PGP-Sign/pkg-descr | 3 | ||||
-rw-r--r-- | security/p5-PGP-Sign/pkg-plist | 4 |
5 files changed, 36 insertions, 0 deletions
diff --git a/security/p5-PGP-Sign/Makefile b/security/p5-PGP-Sign/Makefile new file mode 100644 index 000000000000..da1796937c5e --- /dev/null +++ b/security/p5-PGP-Sign/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-PGP-Sign +# Version required: 0.08 +# Date created: January 2, 1998 +# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us> +# +# $Id$ +# + +DISTNAME= PGP-Sign-0.08 +PKGNAME= p5-PGP-Sign-0.08 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= PGP + +MAINTAINER= croyle@gelemna.ft-wayne.in.us + +RUN_DEPENDS= ${PREFIX}/bin/pgp:${PORTSDIR}/security/pgp + +USE_PERL5= yes + +MAN3= PGP::Sign.3 +MANPREFIX= ${PREFIX}/lib/perl5 + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> diff --git a/security/p5-PGP-Sign/distinfo b/security/p5-PGP-Sign/distinfo new file mode 100644 index 000000000000..8f6ea0058782 --- /dev/null +++ b/security/p5-PGP-Sign/distinfo @@ -0,0 +1 @@ +MD5 (PGP-Sign-0.08.tar.gz) = c749930a6e36c97eedee14e27185d062 diff --git a/security/p5-PGP-Sign/pkg-comment b/security/p5-PGP-Sign/pkg-comment new file mode 100644 index 000000000000..872d45cf92c0 --- /dev/null +++ b/security/p5-PGP-Sign/pkg-comment @@ -0,0 +1 @@ +Create detached PGP signatures for data. diff --git a/security/p5-PGP-Sign/pkg-descr b/security/p5-PGP-Sign/pkg-descr new file mode 100644 index 000000000000..19ef0531dd37 --- /dev/null +++ b/security/p5-PGP-Sign/pkg-descr @@ -0,0 +1,3 @@ +PGP::Sign is a special purpose module designed to create and check +detached signatures for data. It's mainly intended to be used for +things like reimplementing PGPMoose, signcontrol and pgpverify. diff --git a/security/p5-PGP-Sign/pkg-plist b/security/p5-PGP-Sign/pkg-plist new file mode 100644 index 000000000000..0bd693c7fd5c --- /dev/null +++ b/security/p5-PGP-Sign/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/man/man3/PGP::Sign.3.gz +lib/perl5/site_perl/PGP/Sign.pm +lib/perl5/site_perl/i386-freebsd/auto/PGP/Sign/.packlist +@dirrm lib/perl5/site_perl/i386-freebsd/auto/PGP/Sign |