ports/textproc/stringtemplate/Makefile

32 lines
647 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= Java template engine for generating source code, etc
V= 4.0.4
DISTNAME= ST-$V
REVISION= 5
PKGNAME= stringtemplate-$V
CATEGORIES= textproc java
HOMEPAGE= http://www.stringtemplate.org/
# BSD (StringTemplate License: http://www.stringtemplate.org/license.html)
PERMIT_PACKAGE= Yes
# upstream keeps re-rolling the distfile
2023-09-28 02:05:49 +00:00
SITES= https://distfiles.sigtrap.nl/
2023-08-16 22:26:55 +00:00
EXTRACT_SUFX= .jar
EXTRACT_ONLY= #
NO_BUILD= Yes
NO_TEST= Yes
MODULES= java
MODJAVA_VER= 1.8+
do-install:
${INSTALL_DATA_DIR} ${MODJAVA_JAR_DIR}
${INSTALL_DATA} ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
${MODJAVA_JAR_DIR}/stringtemplate.jar
.include <bsd.port.mk>