aboutsummaryrefslogtreecommitdiff
path: root/textproc/templates_parser
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-29 14:29:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-29 14:29:18 +0000
commitf1749e4ab1795953ad8807b40fcb138ad425a53f (patch)
treec09c83633fb69d859c6df4ea95f7abf5603e7106 /textproc/templates_parser
parent704bb9e9971d46ab880545798ed4514ef748f80a (diff)
downloadports-f1749e4ab1795953ad8807b40fcb138ad425a53f.tar.gz
ports-f1749e4ab1795953ad8807b40fcb138ad425a53f.zip
Notes
Diffstat (limited to 'textproc/templates_parser')
-rw-r--r--textproc/templates_parser/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/templates_parser/Makefile b/textproc/templates_parser/Makefile
index 7eee4a491faf..0fe334e55c45 100644
--- a/textproc/templates_parser/Makefile
+++ b/textproc/templates_parser/Makefile
@@ -8,13 +8,14 @@ CATEGORIES= textproc
MAINTAINER= marino@FreeBSD.org
COMMENT= Web page template engine module for the Ada Web Server
-LICENSE= GPLv3
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING3
BUILD_DEPENDS= gprbuild:devel/gprbuild \
xmlada>=4.4:textproc/xmlada
RUN_DEPENDS= xmlada>=4.4:textproc/xmlada
-USES= ada:run gmake tar:bzip2
+USES= ada:run gmake
USE_GITHUB= yes
GH_ACCOUNT= AdaCore
GH_PROJECT= templates-parser
@@ -22,7 +23,7 @@ GH_TAGNAME= 1d62939
DESTINC= ${STAGEDIR}${PREFIX}/include/templates_parser
PLIST_SUB= LIBVER=${PORTVERSION:R}
-MAKE_ARGS+= PROCESSORS=${MAKE_JOBS_NUMBER} \
+MAKE_ARGS= PROCESSORS=${MAKE_JOBS_NUMBER} \
ENABLE_SHARED=true \
HOST=${CONFIGURE_TARGET} \
TARGET=${CONFIGURE_TARGET} \