blob: 353eb21edfd38c1872a7ee8d41e9a3173bd654aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-MARC
# Date created: 23 December 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= MARC
PORTVERSION= 1.14
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>
|