freebsd-ports/security/p5-openxpki-i18n/Makefile
Li-Wen Hsu 2d5ade7976 security/p5-openxpki, security/p5-openxpki-i18n: Update to 3.8.1
PR:		245375
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
2020-10-24 20:05:48 +00:00

28 lines
638 B
Makefile

# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
# $FreeBSD$
PORTNAME= openxpki
PORTVERSION= 3.8.1
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
PORTSCOUT= limitw:1,even # stay with stable versions only
### 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>