diff options
author | abs <abs> | 2008-07-15 09:46:22 +0000 |
---|---|---|
committer | abs <abs> | 2008-07-15 09:46:22 +0000 |
commit | d0b9d0136dd78ec0fcc8744ed7b372507f3335d7 (patch) | |
tree | 2618e8610b69ca63c6c44fe2d573242341f8befe /security/p5-Crypt-GPG/Makefile | |
parent | f71bfc7fdf2018768f0a0fc469b18b3287a71e80 (diff) | |
download | pkgsrc-d0b9d0136dd78ec0fcc8744ed7b372507f3335d7.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/p5-Crypt-GPG/Makefile')
-rw-r--r-- | security/p5-Crypt-GPG/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
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" |