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
26 lines
610 B
Makefile
26 lines
610 B
Makefile
# New ports collection makefile for: p5-MARC-Lint
|
|
# Date created: 31 May 2007
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MARC-Lint
|
|
PORTVERSION= 1.44
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= A mechanism for validating MARC records
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/MARC/Record.pm:${PORTSDIR}/textproc/p5-MARC-Record \
|
|
p5-Business-ISBN>=2.03:${PORTSDIR}/misc/p5-Business-ISBN
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
MAN1= marclint.1
|
|
MAN3= MARC::Lint.3 MARC::Lint::CodeData.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|