1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/devel/p5-Config-INI-Simple/Makefile
Andrej Zverev 12e5d49947 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:55:03 +00:00

17 lines
307 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Config-INI-Simple
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Simple reading and writing from an INI file
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>