Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-ConfigReader-Simple / Makefile
1 # Created by: Sergey Skvortsov <skv@protey.ru>
2 # $FreeBSD$
3
4 PORTNAME=       ConfigReader-Simple
5 PORTVERSION=    1.29
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Simple configuration file parser
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 TEST_DEPENDS=   p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \
18                 p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
19
20 NO_ARCH=        yes
21 USE_PERL5=      configure
22 USES=           perl5
23
24 .include <bsd.port.mk>