summaryrefslogtreecommitdiff
path: root/security/xmlsec/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-31 08:49:15 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-07-31 08:49:15 +0000
commit8040d6df2965ac3af5c2e5acf09a619a451b7aa0 (patch)
tree5569665599821d040e2630b315faffa1b88de7fe /security/xmlsec/Makefile
parentBumpred PORTREVISION since this a rather critical bug. (diff)
add xmlsec 0.0.7
XML Security Library
Notes
Notes: svn path=/head/; revision=63781
Diffstat (limited to 'security/xmlsec/Makefile')
-rw-r--r--security/xmlsec/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile
new file mode 100644
index 000000000000..f63a29944d8e
--- /dev/null
+++ b/security/xmlsec/Makefile
@@ -0,0 +1,22 @@
+# ex:ts=8
+# Ports collection makefile for: xmlsec
+# Date created: Jul 31, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= xmlsec
+PORTVERSION= 0.0.7
+CATEGORIES= security
+MASTER_SITES= http://www.aleksey.com/xmlsec/download/
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= xslt:${PORTSDIR}/textproc/libxslt
+
+USE_OPENSSL= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>