freebsd-ports/textproc/p5-MARC-Lint/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

26 lines
616 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.42
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 \
${SITE_PERL}/Business/ISBN.pm:${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>