1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/textproc/p5-MARC-Lint/Makefile
Mathieu Arnold 782caecb45 * Convert to staging
* Add license

Sponsored by:	Absolight
2014-01-21 17:03:00 +00:00

23 lines
499 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= MARC-Lint
PORTVERSION= 1.46
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= A mechanism for validating MARC records
BUILD_DEPENDS= p5-MARC-Record>=0:${PORTSDIR}/textproc/p5-MARC-Record \
p5-Business-ISBN>=2.03:${PORTSDIR}/misc/p5-Business-ISBN
RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/marc-lint
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>