blob: 92b6498769add67a966f1066ca4ebd9ba8feca4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
# $FreeBSD$
PORTNAME= openxpki
PORTVERSION= 1.12.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>
|