aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-Fast/Makefile
blob: 66c0225425731318a34425c930cb61f694981149 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	Config::Fast
# Date created:				10 Feb 2004
# Whom:					Xavier Beaudouin <kiwi@oav.net>
#
# $FreeBSD$
#

PORTNAME=	Config-Fast
PORTVERSION=	1.05
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.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=		needs at least perl 5.6 to build
.endif

.include <bsd.port.post.mk>