freebsd-ports/textproc/p5-MARC-Record/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

24 lines
576 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= 2.0.0
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
COMMENT= The core class for representing a single MARC record
PERL_CONFIGURE= yes
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>