opnsense-ports/net/p5-REST-Application/Makefile
2022-09-07 22:33:21 +02:00

19 lines
435 B
Makefile

PORTNAME= REST-Application
PORTVERSION= 0.992
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MOCONNOR
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Framework for building RESTful web-applications
WWW= https://metacpan.org/release/REST-Application
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Tie-IxHash>=0:devel/p5-Tie-IxHash
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>