freebsd-ports/security/xmlsec/Makefile
Edwin Groothuis 82c3b1d907 Maintainer update to version 0.0.10
PR:		ports/45393
Submitted by:	Jim Geovedi <negative@magnesium.net
2002-11-23 00:25:09 +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.10
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>