summaryrefslogtreecommitdiff
path: root/devel/p5-Config-IniFiles/Makefile
blob: bae32c5a0e5aee2a02573cec65230b7d50e22a36 (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-Config-IniFiles
# Date created:				October 21st 1996
# Whom:	      				James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Config-IniFiles
PORTVERSION=	2.14
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Config
PKGNAMEPREFIX=	p5-

MAINTAINER=	jeremy@external.org

PERL_CONFIGURE=	YES

MAN3=		Config::IniFiles.3
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}

.include <bsd.port.mk>