aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2011-08-08 20:54:05 +0800
committerehaupt <ehaupt@FreeBSD.org>2011-08-08 20:54:05 +0800
commit338877e8ce35411f43bf92513fb2fd0ce1f1aae0 (patch)
treeee2a5cac7912016ff1a38a086dd76f2643f0a079
parentf15afcdda0d7a9a32af99a02b4406e3c6c57b485 (diff)
downloadfreebsd-ports-gnome-338877e8ce35411f43bf92513fb2fd0ce1f1aae0.tar.gz
freebsd-ports-gnome-338877e8ce35411f43bf92513fb2fd0ce1f1aae0.tar.zst
freebsd-ports-gnome-338877e8ce35411f43bf92513fb2fd0ce1f1aae0.zip
- Add LICENSE
- Fix WWW: line PR: 159431 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
-rw-r--r--devel/gettext-lint/Makefile8
-rw-r--r--devel/gettext-lint/pkg-descr2
2 files changed, 8 insertions, 2 deletions
diff --git a/devel/gettext-lint/Makefile b/devel/gettext-lint/Makefile
index a5c3ac008a34..840f1c0811f6 100644
--- a/devel/gettext-lint/Makefile
+++ b/devel/gettext-lint/Makefile
@@ -15,10 +15,14 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}.0
MAINTAINER= ports@FreeBSD.org
COMMENT= Check the validity and consistency of PO and POT files
-USE_GETTEXT= run
-USE_PYTHON= yes
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
NO_BUILD= yes
+USE_GETTEXT= run
+USE_PYTHON_RUN= yes
+
MAN1= POFileChecker.1 POFileClean.1 POFileConsistency.1 \
POFileEquiv.1 POFileFill.1 POFileGlossary.1 \
POFileSpell.1 POFileStatus.1
diff --git a/devel/gettext-lint/pkg-descr b/devel/gettext-lint/pkg-descr
index 248aeea39f5e..8af7a8da384e 100644
--- a/devel/gettext-lint/pkg-descr
+++ b/devel/gettext-lint/pkg-descr
@@ -13,3 +13,5 @@ This package includes:
All tools generate XML to the standard output; just run them with a list of PO
or POT files to check. Some have extra options, run the command with no
parameters for a short usage message.
+
+WWW: http://gettext-lint.sourceforge.net/