GnuPG - Perl module interface to the GNU Privacy Guard (v1.x.x series)
WWW: http://search.cpan.org/dist/GnuPG/ Marcello Coutinho PR: ports/169957 Submitted by: Marcello Coutinho
This commit is contained in:
parent
f2f72af6ef
commit
eea1928f6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301236
6 changed files with 46 additions and 0 deletions
|
@ -540,6 +540,7 @@
|
|||
SUBDIR += p5-Filter-Crypto
|
||||
SUBDIR += p5-GD-SecurityImage
|
||||
SUBDIR += p5-GSSAPI
|
||||
SUBDIR += p5-GnuPG
|
||||
SUBDIR += p5-GnuPG-Interface
|
||||
SUBDIR += p5-HTML-Email-Obfuscate
|
||||
SUBDIR += p5-IO-Async-SSL
|
||||
|
|
26
security/p5-GnuPG/Makefile
Normal file
26
security/p5-GnuPG/Makefile
Normal file
|
@ -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>
|
2
security/p5-GnuPG/distinfo
Normal file
2
security/p5-GnuPG/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (GnuPG-0.19.tar.gz) = af53f2d3f63297e046676eae14a76296afdd2910e09723b6b113708622b7989b
|
||||
SIZE (GnuPG-0.19.tar.gz) = 32665
|
1
security/p5-GnuPG/man-plist
Normal file
1
security/p5-GnuPG/man-plist
Normal file
|
@ -0,0 +1 @@
|
|||
gpgmailtunl.1.gz \
|
5
security/p5-GnuPG/pkg-descr
Normal file
5
security/p5-GnuPG/pkg-descr
Normal file
|
@ -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
|
11
security/p5-GnuPG/pkg-plist
Normal file
11
security/p5-GnuPG/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue