View | Details | Raw Unified | Return to bug 159431
Collapse All | Expand All

(-)devel/gettext-lint/Makefile (-2 / +6 lines)
Lines 15-24 Link Here
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Check the validity and consistency of PO and POT files
16
COMMENT=	Check the validity and consistency of PO and POT files
17
17
18
USE_GETTEXT=	run
18
LICENSE=	GPLv2
19
USE_PYTHON=	yes
19
LICENSE_FILE=	${WRKSRC}/COPYING
20
20
NO_BUILD=	yes
21
NO_BUILD=	yes
21
22
23
USE_GETTEXT=	run
24
USE_PYTHON_RUN=	yes
25
22
MAN1=		POFileChecker.1 POFileClean.1 POFileConsistency.1 \
26
MAN1=		POFileChecker.1 POFileClean.1 POFileConsistency.1 \
23
		POFileEquiv.1 POFileFill.1 POFileGlossary.1 \
27
		POFileEquiv.1 POFileFill.1 POFileGlossary.1 \
24
		POFileSpell.1 POFileStatus.1
28
		POFileSpell.1 POFileStatus.1
(-)devel/gettext-lint/pkg-descr (+2 lines)
Lines 13-15 Link Here
13
All tools generate XML to the standard output; just run them with a list of PO
13
All tools generate XML to the standard output; just run them with a list of PO
14
or POT files to check. Some have extra options, run the command with no
14
or POT files to check. Some have extra options, run the command with no
15
parameters for a short usage message.
15
parameters for a short usage message.
16
17
WWW: http://gettext-lint.sourceforge.net/

Return to bug 159431