Files
ports/devel/apache-commons-jxpath/Makefile
Atanu Biswas 1fafb73178 devel/apache-commons-jxpath: Update 1.3 => 1.4.0, take maintainership
Changelog:
https://commons.apache.org/proper/commons-jxpath/changes.html

- Replace PORTVERSION with DISTVERSION.
- Fix DOCS option.
- Fix warnings from portclippy.
- Split long lines.
- Fix PLIST_FILES.
- Add NO_ARCH (warinig from poudriere testport).

PR:		286513
Co-authored-by:	vvd
2025-05-05 21:48:48 +03:00

34 lines
767 B
Makefile

PORTNAME= commons-jxpath
DISTVERSION= 1.4.0
CATEGORIES= devel www java
MASTER_SITES= APACHE_COMMONS_BINARIES
PKGNAMEPREFIX= apache-
DISTNAME= ${PORTNAME}-${DISTVERSION}-bin
MAINTAINER= atanubiswas484@gmail.com
COMMENT= Utilities for manipulating Java Beans using the XPath syntax
WWW= https://commons.apache.org/proper/commons-jxpath/
LICENSE= APACHE20
USES= java
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}.jar
PORTDOCS= *
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_DATA} \
${WRKDIR}/${PORTNAME}-${DISTVERSION}/${PORTNAME}-${DISTVERSION}.jar \
${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar
do-install-DOCS-on:
(cd ${WRKDIR}/${PORTNAME}-${DISTVERSION}/apidocs && \
${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>