Changeset View
Changeset View
Standalone View
Standalone View
head/security/xml-security/Makefile
| # Created by: Alex Dupre <ale@FreeBSD.org> | # Created by: Alex Dupre <ale@FreeBSD.org> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= xml-security | PORTNAME= xml-security | ||||
| DISTVERSION= 1_5_5 | DISTVERSION= 1_5_5 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= security java | CATEGORIES= security java | ||||
| MASTER_SITES= APACHE/santuario/java-library/${DISTVERSION} | MASTER_SITES= APACHE/santuario/java-library/${DISTVERSION} | ||||
| DISTNAME= ${PORTNAME}-src-${DISTVERSION} | DISTNAME= ${PORTNAME}-src-${DISTVERSION} | ||||
| MAINTAINER= ale@FreeBSD.org | MAINTAINER= ale@FreeBSD.org | ||||
| COMMENT= Java library for XML Signature and Encryption | COMMENT= Java library for XML Signature and Encryption | ||||
| BUILD_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging \ | BUILD_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging \ | ||||
| ${JAVALIBDIR}/xalan.jar:textproc/xalan-j | ${JAVALIBDIR}/xalan.jar:textproc/xalan-j | ||||
| RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging | RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging | ||||
| LICENSE= APACHE20 | LICENSE= APACHE20 | ||||
| OPTIONS_DEFINE= DOCS EXAMPLES | OPTIONS_DEFINE= DOCS EXAMPLES | ||||
| USES= cpe zip | USES= cpe zip | ||||
| CPE_PRODUCT= xml_security_for_java | CPE_PRODUCT= xml_security_for_java | ||||
| CPE_VENDOR= apache | CPE_VENDOR= apache | ||||
| USE_JAVA= yes | USE_JAVA= yes | ||||
| Show All 38 Lines | |||||