aboutsummaryrefslogtreecommitdiff
path: root/security/p5-openxpki-i18n/Makefile
blob: a32447e274b7eaaa56f582f11052768c0b5d05f7 (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
25
26
27
28
29
30
# New ports collection makefile for:	p5-openxpki-i18n
# Date created:				03 Oct 2006
# Whom:					svysh
#
# $FreeBSD$
#

PORTNAME=	openxpki-i18n
PORTVERSION=	0.9.1086
CATEGORIES=	security perl5
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	openxpki
PKGNAMEPREFIX=	p5-
DIST_SUBDIR=	openxpki

MAINTAINER=	svysh@pn.sinp.msu.ru
COMMENT=	Perl based trustcenter software for PKI: i18n tools

BUILD_DEPENDS=	\
	${SITE_PERL}/${PERL_ARCH}/OpenXPKI.pm:${PORTSDIR}/security/p5-openxpki
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_PERL5=	yes
USE_GETTEXT=	yes
### We can not go WITHOUT_NLS. Internationalization is needed
### even to use English language.
USE_GMAKE=	yes
ALL_TARGET=	default

.include <bsd.port.mk>