2013-08-06 07:28:00 +00:00
|
|
|
# Created by: Wen Heping <wen@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Dancer2
|
2013-12-23 13:04:40 +00:00
|
|
|
PORTVERSION= 0.11
|
2013-08-06 07:28:00 +00:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
|
|
COMMENT= Lightweight yet powerful web application framework
|
|
|
|
|
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
RUN_DEPENDS= \
|
2013-12-23 13:04:40 +00:00
|
|
|
p5-App-Cmd>=0:${PORTSDIR}/devel/p5-App-Cmd \
|
2013-08-06 07:28:00 +00:00
|
|
|
p5-Capture-Tiny>=0.12:${PORTSDIR}/devel/p5-Capture-Tiny \
|
2013-12-23 13:04:40 +00:00
|
|
|
p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \
|
2013-08-06 07:28:00 +00:00
|
|
|
p5-Crypt-URandom>0:${PORTSDIR}/security/p5-Crypt-URandom \
|
|
|
|
p5-Config-Any>=0:${PORTSDIR}/devel/p5-Config-Any \
|
|
|
|
p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \
|
2013-12-23 13:04:40 +00:00
|
|
|
p5-File-ShareDir-Install>=0:${PORTSDIR}/devel/p5-File-ShareDir-Install \
|
2013-08-06 07:28:00 +00:00
|
|
|
p5-Hash-Merge-Simple>=0:${PORTSDIR}/devel/p5-Hash-Merge-Simple \
|
|
|
|
p5-HTTP-Body>=0:${PORTSDIR}/www/p5-HTTP-Body \
|
|
|
|
p5-HTTP-Date>=0:${PORTSDIR}/www/p5-HTTP-Date \
|
|
|
|
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
|
|
|
|
p5-HTTP-Server-Simple-PSGI>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI \
|
|
|
|
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
|
|
|
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
|
|
|
|
p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \
|
|
|
|
p5-Moo>=0.09014:${PORTSDIR}/devel/p5-Moo \
|
|
|
|
p5-MooX-Types-MooseLike-Numeric>=0:${PORTSDIR}/devel/p5-MooX-Types-MooseLike-Numeric \
|
|
|
|
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
|
|
|
|
p5-Plack>=0:${PORTSDIR}/www/p5-Plack \
|
|
|
|
p5-Template-Tiny>=0:${PORTSDIR}/textproc/p5-Template-Tiny \
|
|
|
|
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
|
|
|
|
p5-URI-Escape-XS>=0:${PORTSDIR}/www/p5-URI-Escape-XS \
|
|
|
|
p5-YAML>=0.71:${PORTSDIR}/textproc/p5-YAML \
|
|
|
|
p5-YAML-LibYAML>=0:${PORTSDIR}/textproc/p5-YAML-LibYAML \
|
|
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
TEST_DEPENDS= \
|
|
|
|
p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime \
|
|
|
|
p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \
|
|
|
|
p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \
|
|
|
|
|
2013-08-06 08:03:52 +00:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2013-08-06 07:28:00 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|