2004-03-21 02:05:22 +00:00
|
|
|
# New ports collection makefile for: Config::Fast
|
|
|
|
# Date created: 10 Feb 2004
|
|
|
|
# Whom: Xavier Beaudouin <kiwi@oav.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Config-Fast
|
2005-11-16 19:04:17 +00:00
|
|
|
PORTVERSION= 1.05
|
2004-03-21 02:05:22 +00:00
|
|
|
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
|
|
|
|
|
2005-11-16 19:04:17 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
2005-11-16 20:07:58 +00:00
|
|
|
IGNORE= needs at least perl 5.6 to build
|
2005-11-16 19:04:17 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|