opnsense-ports/devel/p5-Config-Objective/Makefile
2022-09-07 22:33:21 +02:00

19 lines
429 B
Makefile

PORTNAME= Config-Objective
PORTVERSION= 0.9.1
PORTREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pirzyk@FreeBSD.org
COMMENT= Configuration data as perl objects
WWW= https://metacpan.org/release/Config-Objective
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Parse-Yapp>=0:devel/p5-Parse-Yapp \
p5-ParseLex>=0:devel/p5-ParseLex
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>