aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-Fast/Makefile
blob: a6e119048e87491a0837eb2b370cc9c7c4d0d1fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Config-Fast
PORTVERSION=	1.07
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kiwi@FreeBSD.org
COMMENT=	Extremely fast configuration file parser
WWW=		https://metacpan.org/release/Config-Fast

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>