1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/p5-Config-INI-Reader-Ordered/Makefile
Sunpoet Po-Chuan Hsieh 3cf4870413 - Add LICENSE
- Add TEST_DEPENDS
2015-03-28 18:41:48 +00:00

26 lines
623 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= Config-INI-Reader-Ordered
PORTVERSION= 0.011
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HDP
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= INI-file parser that returns sections in order
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>