Files
ports/security/apache-xml-security-c/Makefile
Bernhard Froehlich d942d07ea8 security/apache-xml-security-c: Remove escaping sequences from CPE_PRODUCT
CPE escaping is needed for [^_a-zA-Z0-9] but we have many ports with
special characters like minuses in their name so escaping is something
that should be handled in Mk/Uses/cpe.mk.

Approved by:	portmgr (blanket)
2021-09-06 13:03:50 +00:00

26 lines
664 B
Makefile

# Created by: Tony Maher
PORTNAME= xml-security-c
PORTVERSION= 2.0.2
CATEGORIES= security
MASTER_SITES= APACHE/santuario/c-library
PKGNAMEPREFIX= apache-
MAINTAINER= girgen@FreeBSD.org
COMMENT= Apache XML security libraries - C++ version
LICENSE= APACHE20
LIB_DEPENDS+= libxerces-c.so:textproc/xerces-c3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-dependency-tracking --without-xalan --with-openssl=${OPENSSLBASE}
USES= cpe gmake libtool tar:bzip2 ssl pkgconfig autoreconf
USE_LDCONFIG= yes
CONFIGURE_ENV+= openssl_LIBS="-L${OPENSSLLIB} -lcrypto" openssl_CFLAGS=-I${OPENSSLBASE}
CPE_PRODUCT= xml_security_for_c++
CPE_VENDOR= apache
.include <bsd.port.mk>