summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-GPG/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2008-07-15 09:46:22 +0000
committerabs <abs@pkgsrc.org>2008-07-15 09:46:22 +0000
commitf4c4e594519a0f3d40a09fc02aa66736a25228c2 (patch)
tree2618e8610b69ca63c6c44fe2d573242341f8befe /security/p5-Crypt-GPG/Makefile
parent262f738415b9468b81e2d411e8149019e6f35830 (diff)
downloadpkgsrc-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/p5-Crypt-GPG/Makefile')
-rw-r--r--security/p5-Crypt-GPG/Makefile31
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"