mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
27 lines
638 B
Makefile
27 lines
638 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Plack-Middleware-AutoRefresh
|
|
PORTVERSION= 0.08
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to reload pages when files are modified
|
|
|
|
RUN_DEPENDS= \
|
|
p5-AnyEvent>0:devel/p5-AnyEvent \
|
|
p5-AnyEvent-Filesys-Notify>=0:devel/p5-AnyEvent-Filesys-Notify \
|
|
p5-File-ShareDir>=1.00:devel/p5-File-ShareDir \
|
|
p5-File-Slurp>0:devel/p5-File-Slurp \
|
|
p5-JSON-Any>0:converters/p5-JSON-Any \
|
|
p5-Plack>0:www/p5-Plack \
|
|
p5-Readonly>0:devel/p5-Readonly
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|