aboutsummaryrefslogtreecommitdiffstats
path: root/security/xmlsec/Makefile
blob: 689754a16b48bf5b1ba6ad5c0d10bb9fe938a974 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ex:ts=8
# Ports collection makefile for:    xmlsec
# Date created:         Jul 31, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   xmlsec
PORTVERSION=    0.0.12
CATEGORIES= security
MASTER_SITES=   http://www.aleksey.com/xmlsec/download/

MAINTAINER= jim@corebsd.or.id
COMMENT=    XML Security Library

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>