summaryrefslogtreecommitdiff
path: root/textproc/p5-MARC-Record/Makefile
blob: 8efc7ad2520bc761f97e23e170704346e0d80cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$

PORTNAME=	MARC-Record
PORTVERSION=	2.0.5
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	demon@FreeBSD.org
COMMENT=	The core class for representing a single MARC record

USES=		perl5
USE_PERL5=	configure

MAN1=		marcdump.1
MAN3=		MARC::Batch.3 MARC::Doc::Tutorial.3 MARC::Field.3 \
		MARC::File::Encode.3 MARC::File.3 MARC::File::MicroLIF.3 \
		MARC::File::USMARC.3 MARC::Record.3

.include <bsd.port.mk>