diff options
author | abs <abs@pkgsrc.org> | 2008-07-15 09:46:22 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-07-15 09:46:22 +0000 |
commit | f4c4e594519a0f3d40a09fc02aa66736a25228c2 (patch) | |
tree | 2618e8610b69ca63c6c44fe2d573242341f8befe /security | |
parent | 262f738415b9468b81e2d411e8149019e6f35830 (diff) | |
download | pkgsrc-f4c4e594519a0f3d40a09fc02aa66736a25228c2.tar.gz |
Added security/p5-Crypt-GPG version 1.63
The Crypt::GPG module provides access to the functionality of the
GnuPG (www.gnupg.org) encryption tool through an object oriented
interface.
It provides methods for encryption, decryption, signing, signature
verification, key generation, key certification, export and import.
Key-server access is on the todo list.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-GPG/DESCR | 7 | ||||
-rw-r--r-- | security/p5-Crypt-GPG/Makefile | 31 | ||||
-rw-r--r-- | security/p5-Crypt-GPG/distinfo | 5 |
3 files changed, 43 insertions, 0 deletions
diff --git a/security/p5-Crypt-GPG/DESCR b/security/p5-Crypt-GPG/DESCR new file mode 100644 index 00000000000..497fd23c80d --- /dev/null +++ b/security/p5-Crypt-GPG/DESCR @@ -0,0 +1,7 @@ +The Crypt::GPG module provides access to the functionality of the +GnuPG (www.gnupg.org) encryption tool through an object oriented +interface. + +It provides methods for encryption, decryption, signing, signature +verification, key generation, key certification, export and import. +Key-server access is on the todo list. diff --git a/security/p5-Crypt-GPG/Makefile b/security/p5-Crypt-GPG/Makefile new file mode 100644 index 00000000000..99a2908cc3c --- /dev/null +++ b/security/p5-Crypt-GPG/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:46:22 abs Exp $ +# + +DISTNAME= Crypt-GPG-1.63 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~agul/Crypt-GPG/ +COMMENT= Object Oriented Interface to GnuPG + +DEPENDS+= gnupg-[0-9]*:../../security/gnupg +DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run +DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp +DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +# It defaults to a gpg path in /usr/local, which is not helpful +SUBST_CLASSES+= local +SUBST_FILES.local= GPG.pm +SUBST_SED.local= -e s,/usr/local,${PREFIX}, +SUBST_STAGE.local= post-patch + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Crypt/GPG/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Crypt-GPG/distinfo b/security/p5-Crypt-GPG/distinfo new file mode 100644 index 00000000000..82ad0696e34 --- /dev/null +++ b/security/p5-Crypt-GPG/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:46:22 abs Exp $ + +SHA1 (Crypt-GPG-1.63.tar.gz) = 514c4dbad56ee6121e8e2b7f250d45f03ea50c3a +RMD160 (Crypt-GPG-1.63.tar.gz) = d16ab3c2f94c44551be59bab8b34bc28896076f6 +Size (Crypt-GPG-1.63.tar.gz) = 18983 bytes |