aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-Parser/Makefile
blob: 023271392d7588044a1a62516c954b33d721db13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Zeus Panchenko <zeus@gnu.org.ua>

PORTNAME=	Config-Parser
PORTVERSION=	1.04
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Base class for configuration file parsers

LICENSE=	GPLv3+

RUN_DEPENDS=	p5-Config-AST>=1.05:devel/p5-Config-AST \
		p5-Text-Locus>=1.01:textproc/p5-Text-Locus

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>