freebsd-ports/security/p5-openxpki-i18n/Makefile
Tobias C. Berner 34c29c1354 security/p5-openxpki, security/p5-openxpki-i18n: Update to 3.2.0
https://github.com/openxpki/openxpki/compare/v2.5.5...v3.2.0

PR:		242558
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>  (maintainer)
2020-01-20 18:38:58 +00:00

27 lines
579 B
Makefile

# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
# $FreeBSD$
PORTNAME= openxpki
PORTVERSION= 3.2.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
### We can not go without NLS. Internationalization is needed even for English
USES= gettext-runtime gettext-tools gmake perl5
USE_GITHUB= yes
ALL_TARGET= scan default
NO_ARCH= yes
WRKSRC_SUBDIR= core/i18n
.include <bsd.port.mk>