Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Config-INI-Simple / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       Config-INI-Simple
5 PORTVERSION=    0.02
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     sunpoet@FreeBSD.org
12 COMMENT=        Simple reading and writing from an INI file
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 NO_ARCH=        yes
18 USE_PERL5=      configure
19 USES=           perl5
20
21 .include <bsd.port.mk>