freebsd-ports/security/p5-openxpki-i18n/Makefile
Raphael Kubo da Costa 92e49b279b Update to 1.4.0.
PR:		207520
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
2016-02-27 23:49:23 +00:00

25 lines
565 B
Makefile

# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
# $FreeBSD$
PORTNAME= openxpki
PORTVERSION= 1.4.0
DISTVERSIONPREFIX= v
CATEGORIES= security perl5
PKGNAMEPREFIX= p5-
PKGNAMESUFFIX= -i18n
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= Perl based trustcenter software for PKI: i18n tools
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/../../LICENSE
USE_GITHUB= yes
### We can not go without_NLS. Internationalization is needed even for English
USES= gettext-runtime gettext-tools gmake perl5
ALL_TARGET= scan default
WRKSRC_SUBDIR= core/i18n
.include <bsd.port.mk>