mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
31 lines
698 B
Makefile
31 lines
698 B
Makefile
# New ports collection makefile for: p5-openxpki-i18n
|
|
# Date created: 03 Oct 2006
|
|
# Whom: svysh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= openxpki-i18n
|
|
PORTVERSION= 0.9.1395
|
|
PORTREVISION= 1
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= SF/openxpki/openxpki/0.9.1300
|
|
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>
|