2006-10-07 14:31:50 +02:00
|
|
|
# New ports collection makefile for: p5-openxpki-i18n
|
|
|
|
# Date created: 03 Oct 2006
|
|
|
|
# Whom: svysh
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= openxpki-i18n
|
2009-01-22 03:46:26 +01:00
|
|
|
PORTVERSION= 0.9.1395
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 1
|
2006-10-07 14:31:50 +02:00
|
|
|
CATEGORIES= security perl5
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/openxpki/openxpki/0.9.1300
|
2006-10-07 14:31:50 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
DIST_SUBDIR= openxpki
|
|
|
|
|
2007-04-02 09:14:10 +02:00
|
|
|
MAINTAINER= svysh@pn.sinp.msu.ru
|
2006-10-07 14:31:50 +02:00
|
|
|
COMMENT= Perl based trustcenter software for PKI: i18n tools
|
|
|
|
|
|
|
|
BUILD_DEPENDS= \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/OpenXPKI.pm:${PORTSDIR}/security/p5-openxpki
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-10-07 14:31:50 +02:00
|
|
|
|
|
|
|
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>
|