1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/textproc/p5-MARC/Makefile
Dmitry Sivachenko 1eb6078e88 New port: p5-MARC.
A module for manipulating bibliographic records in the USMARC format
2001-12-23 12:59:24 +00:00

23 lines
429 B
Makefile

# New ports collection makefile for: p5-MARC
# Date created: 23 December 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= MARC
PORTVERSION= 1.13
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MARC
PKGNAMEPREFIX= p5-
MAINTAINER= demon@FreeBSD.org
PERL_CONFIGURE= yes
MAN3= MARC.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>