summaryrefslogtreecommitdiff
path: root/security/libtasn1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libtasn1/Makefile')
-rw-r--r--security/libtasn1/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
new file mode 100644
index 00000000000..a788726241f
--- /dev/null
+++ b/security/libtasn1/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/05/14 03:23:43 salo Exp $
+#
+
+DISTNAME= libtasn1-0.2.4
+CATEGORIES= security devel
+MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnutls.org/
+COMMENT= ASN.1 structure parser library
+
+USE_BUILDLINK2= YES
+USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+.include "../../mk/bsd.pkg.mk"