summaryrefslogtreecommitdiff
path: root/security/gpgme/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2002-03-17 13:33:40 +0000
committeruebayasi <uebayasi>2002-03-17 13:33:40 +0000
commit0b5be626af21e7c5d301efdd08fbc4bfe7661a64 (patch)
tree3f3ad0f9b4f7d9478b6b024814741340a84ff0bc /security/gpgme/Makefile
parent63f032291a72bda290ad09fd8b300a48313e7613 (diff)
downloadpkgsrc-0b5be626af21e7c5d301efdd08fbc4bfe7661a64.tar.gz
Initial import of GPGME 0.3.0.
From DESCR: GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management.
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r--security/gpgme/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
new file mode 100644
index 00000000000..40acce475e8
--- /dev/null
+++ b/security/gpgme/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/03/17 13:33:40 uebayasi Exp $
+
+DISTNAME= gpgme-0.3.0
+CATEGORIES= security
+MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/
+
+MAINTAINER= oishi@ims.ac.jp
+HOMEPAGE= http://www.gnupg.org/gpgme.html
+COMMENT= GnuPG Made Easy
+
+DEPENDS+= gnupg-1.0.6:../../security/gnupg
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"