freebsd-ports/security/xmlsec/Makefile
Pete Fritchman e0c1a40d84 Update to 0.0.11.
PR:		46003
Submitted by:	maintainer
2003-01-09 09:10:48 +00:00

24 lines
418 B
Makefile

# ex:ts=8
# Ports collection makefile for: xmlsec
# Date created: Jul 31, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xmlsec
PORTVERSION= 0.0.11
CATEGORIES= security
MASTER_SITES= http://www.aleksey.com/xmlsec/download/
MAINTAINER= jim@corebsd.or.id
LIB_DEPENDS= xslt:${PORTSDIR}/textproc/libxslt
USE_OPENSSL= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
MAN1= xmlsec.1 xmlsec-config.1
.include <bsd.port.mk>