add p5-GPG 0.06
A Perl interface to GnuPG PR: 29658 Reviewed by: ade
This commit is contained in:
parent
7770f0ec6e
commit
22ffc96797
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46719
@ -118,6 +118,7 @@
|
||||
SUBDIR += p5-Digest-MD2
|
||||
SUBDIR += p5-Digest-MD5
|
||||
SUBDIR += p5-Digest-SHA1
|
||||
SUBDIR += p5-GPG
|
||||
SUBDIR += p5-GnuPG-Interface
|
||||
SUBDIR += p5-IO-Socket-SSL
|
||||
SUBDIR += p5-MD5
|
||||
|
28
security/p5-GPG/Makefile
Normal file
28
security/p5-GPG/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: p5-GPG
|
||||
# Date created: 12 August 2001
|
||||
# Whom: petef
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= GPG
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../../authors/id/M/MI/MILES
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= petef@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= GPG.3
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's,/usr/local,${LOCALBASE},' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/p5-GPG/distinfo
Normal file
1
security/p5-GPG/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (GPG-0.06.tar.gz) = be78c7a9f0235bcd7d3d1391c8900cf6
|
1
security/p5-GPG/pkg-comment
Normal file
1
security/p5-GPG/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Perl interface to GnuPG
|
9
security/p5-GPG/pkg-descr
Normal file
9
security/p5-GPG/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
GPG.pm is a Perl5 interface for using GnuPG. GPG works with $scalar
|
||||
(string), as opposed to the existing Perl5 modules (GnuPG.pm and
|
||||
GnuPG::Interface, which communicate with gnupg through filehandles
|
||||
or filenames).
|
||||
|
||||
WWW: http://gpg.sourceforge.net/
|
||||
|
||||
- Pete
|
||||
petef@FreeBSD.org
|
3
security/p5-GPG/pkg-plist
Normal file
3
security/p5-GPG/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/GPG.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GPG/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GPG
|
Loading…
Reference in New Issue
Block a user