freebsd-ports/security/xmlsec/Makefile
Ying-Chieh Liao 8040d6df29 add xmlsec 0.0.7
XML Security Library
2002-07-31 08:49:15 +00:00

22 lines
385 B
Makefile

# 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>