- update p5-GnuPG-Interface to 0.36
This commit is contained in:
parent
8d83ebc806
commit
eb167281a8
@ -1,20 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2007/09/15 23:30:00 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2008/10/10 12:14:17 jasper Exp $
|
||||
|
||||
COMMENT= perl5 interface to GnuPG
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= GnuPG-Interface-0.31
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
DISTNAME= GnuPG-Interface-0.36
|
||||
CATEGORIES= security
|
||||
|
||||
BUILD_DEPENDS= ::devel/p5-Class-MethodMaker
|
||||
RUN_DEPENDS= ::devel/p5-Class-MethodMaker \
|
||||
:gnupg-*:security/gnupg
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::devel/p5-Class-MethodMaker \
|
||||
:gnupg-*:security/gnupg
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (GnuPG-Interface-0.31.tar.gz) = ZXuvQhyLLL4FYKZqn+fvAg==
|
||||
RMD160 (GnuPG-Interface-0.31.tar.gz) = OTQXbaZmLxc67pwR8yD1FgaXo48=
|
||||
SHA1 (GnuPG-Interface-0.31.tar.gz) = cXlpkhm8vT40NhVaIaobeOpFLo4=
|
||||
SHA256 (GnuPG-Interface-0.31.tar.gz) = VQKkFR0rBh777hZD4G4wqq3oJRSzu4BY+xLiqLdGDlk=
|
||||
SIZE (GnuPG-Interface-0.31.tar.gz) = 38823
|
||||
MD5 (GnuPG-Interface-0.36.tar.gz) = bwl9MHazMR6O8gzjwoZcZg==
|
||||
RMD160 (GnuPG-Interface-0.36.tar.gz) = 1DRS0RII+fHj23Tm8STQfOzi/C8=
|
||||
SHA1 (GnuPG-Interface-0.36.tar.gz) = pEf8OGuLOF6vzv9v+EbQ0pctS30=
|
||||
SHA256 (GnuPG-Interface-0.36.tar.gz) = owbp3y/fvT5SmQSGQ4VobveDSx6hBCX75UUE8xPvIek=
|
||||
SIZE (GnuPG-Interface-0.36.tar.gz) = 44832
|
||||
|
@ -1,4 +1,4 @@
|
||||
GPG::Interface and its associated modules are designed to provide
|
||||
an object-oriented method for interacting with GnuPG, being able
|
||||
to perform functions such as but not limited to encrypting, signing,
|
||||
decryption, verification, and key-listing parsing.
|
||||
GPG::Interface and its associated modules are designed to provide an
|
||||
object-oriented method for interacting with GnuPG, being able to perform
|
||||
functions such as but not limited to encrypting, signing, decryption,
|
||||
verification, and key-listing parsing.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2004/09/15 18:36:02 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/10/10 12:14:17 jasper Exp $
|
||||
${P5SITE}/GnuPG/
|
||||
${P5SITE}/GnuPG/Fingerprint.pm
|
||||
${P5SITE}/GnuPG/Handles.pm
|
||||
@ -11,6 +11,7 @@ ${P5SITE}/GnuPG/SecretKey.pm
|
||||
${P5SITE}/GnuPG/Signature.pm
|
||||
${P5SITE}/GnuPG/SubKey.pm
|
||||
${P5SITE}/GnuPG/UserId.pm
|
||||
${P5SITE}/auto/
|
||||
${P5SITE}/auto/GnuPG/
|
||||
${P5SITE}/auto/GnuPG/Interface/
|
||||
${P5SITE}/auto/GnuPG/Interface/autosplit.ix
|
||||
|
Loading…
Reference in New Issue
Block a user