freebsd-ports/www/p5-Catalyst-Plugin-Static/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

25 lines
639 B
Makefile

# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= Catalyst-Plugin-Static
PORTVERSION= 0.11
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BOBTFISH
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Serve static files with Catalyst
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Catalyst-Runtime>=2.99:www/p5-Catalyst-Runtime \
p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \
p5-File-MimeInfo>=0.11:devel/p5-File-MimeInfo \
p5-File-Slurp>0:devel/p5-File-Slurp \
p5-MRO-Compat>0:devel/p5-MRO-Compat
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>