e27710fcb0
The core class for representing a single MARC record.
25 lines
623 B
Makefile
25 lines
623 B
Makefile
# New ports collection makefile for: p5-MARC-Record
|
|
# Date created: 31 December 2004
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= MARC-Record
|
|
PORTVERSION= 1.38
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= MARC
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= The core class for representing a single MARC record
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= marcdump.1 marclint.1
|
|
MAN3= MARC::Batch.3 MARC::Doc::Tutorial.3 MARC::Field.3 \
|
|
MARC::File.3 MARC::File::MicroLIF.3 MARC::File::USMARC.3 \
|
|
MARC::Lint.3 MARC::Record.3
|
|
|
|
.include <bsd.port.mk>
|