diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-07-20 19:28:54 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-07-20 19:28:54 +0000 |
commit | eea1928f6ec97081bbfd836ea63ad7f93de6905d (patch) | |
tree | 82ba537810d7ba8a0b3009d86ac913b73a11a31b /security/p5-GnuPG | |
parent | f2f72af6efc803178d5f39ddc179611c5e2aa0ab (diff) |
Notes
Diffstat (limited to 'security/p5-GnuPG')
-rw-r--r-- | security/p5-GnuPG/Makefile | 26 | ||||
-rw-r--r-- | security/p5-GnuPG/distinfo | 2 | ||||
-rw-r--r-- | security/p5-GnuPG/man-plist | 1 | ||||
-rw-r--r-- | security/p5-GnuPG/pkg-descr | 5 | ||||
-rw-r--r-- | security/p5-GnuPG/pkg-plist | 11 |
5 files changed, 45 insertions, 0 deletions
diff --git a/security/p5-GnuPG/Makefile b/security/p5-GnuPG/Makefile new file mode 100644 index 000000000000..b630cfe54ef4 --- /dev/null +++ b/security/p5-GnuPG/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-GnuPG +# Date created: 2012-07-17 +# Whom: Marcello Coutinho +# +# $FreeBSD$ +# + +PORTNAME= GnuPG +PORTVERSION= 0.19 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Perl module for interfacing with GnuPG + +LICENSE= GPLv2 + +PERL_CONFIGURE= yes + +MAN3= GnuPG.3 \ + GnuPG::Tie.3 + +MAN1= gpgmailtunl.1 + +.include <bsd.port.mk> diff --git a/security/p5-GnuPG/distinfo b/security/p5-GnuPG/distinfo new file mode 100644 index 000000000000..293e01f4be51 --- /dev/null +++ b/security/p5-GnuPG/distinfo @@ -0,0 +1,2 @@ +SHA256 (GnuPG-0.19.tar.gz) = af53f2d3f63297e046676eae14a76296afdd2910e09723b6b113708622b7989b +SIZE (GnuPG-0.19.tar.gz) = 32665 diff --git a/security/p5-GnuPG/man-plist b/security/p5-GnuPG/man-plist new file mode 100644 index 000000000000..a3e3e6e11c1b --- /dev/null +++ b/security/p5-GnuPG/man-plist @@ -0,0 +1 @@ + gpgmailtunl.1.gz \ diff --git a/security/p5-GnuPG/pkg-descr b/security/p5-GnuPG/pkg-descr new file mode 100644 index 000000000000..fab4baa2a507 --- /dev/null +++ b/security/p5-GnuPG/pkg-descr @@ -0,0 +1,5 @@ +GnuPG - Perl module interface to the GNU Privacy Guard (v1.x.x series) + +WWW: http://search.cpan.org/dist/GnuPG/ + +Marcello Coutinho diff --git a/security/p5-GnuPG/pkg-plist b/security/p5-GnuPG/pkg-plist new file mode 100644 index 000000000000..fe0632ee9d4f --- /dev/null +++ b/security/p5-GnuPG/pkg-plist @@ -0,0 +1,11 @@ +bin/gpgmailtunl +%%SITE_PERL%%/GnuPG.pm +%%SITE_PERL%%/GnuPG/Tie.pm +%%SITE_PERL%%/GnuPG/Tie/ClearSign.pm +%%SITE_PERL%%/GnuPG/Tie/Decrypt.pm +%%SITE_PERL%%/GnuPG/Tie/Encrypt.pm +%%SITE_PERL%%/GnuPG/Tie/Sign.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/GnuPG/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GnuPG +@dirrm %%SITE_PERL%%/GnuPG/Tie +@dirrm %%SITE_PERL%%/GnuPG |