import GPG-0.06

This commit is contained in:
peter 2001-04-11 14:35:55 +00:00
parent adb409ccdb
commit 30c7ec4b4a
4 changed files with 35 additions and 0 deletions

25
security/p5-GPG/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/04/11 14:35:55 peter Exp $
COMMENT= "perl5 interface to GnuPG using scalars"
VERSION= 0.06
DISTNAME= GPG-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
NEED_VERSION= 1.386
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MILES
BUILD_DEPENDS= ${LOCALBASE}/bin/gpg::security/gnupg
RUN_DEPENDS= ${LOCALBASE}/bin/gpg::security/gnupg
MAINTAINER= Peter Galbavy <peter.galbavy@knowledge.com>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (GPG-0.06.tar.gz) = be78c7a9f0235bcd7d3d1391c8900cf6
RMD160 (GPG-0.06.tar.gz) = 926d3d1263d064bb6e66de88ebfc10809d3ead7a
SHA1 (GPG-0.06.tar.gz) = 1b77bc9492a0cd29d380c8b8be3ef920ccf68bc6

View File

@ -0,0 +1,4 @@
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.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/04/11 14:35:56 peter Exp $
libdata/perl5/site_perl/GPG.pm
man/man3/GPG.3p