aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-Fast/Makefile
blob: 736fc8568386009aa09bfb466f57d887d8c9dc2b (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:	Config::Fast
# Date created:				10 Feb 2004
# Whom:					Xavier Beaudouin <kiwi@oav.net>
#
# $FreeBSD$
#

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

MAINTAINER=	kiwi@oav.net
COMMENT=	Extremely fast configuration file parser

PERL_CONFIGURE=	yes

MAN3=		Config::Fast.3

.include <bsd.port.mk>