27 lines
510 B
Makefile
27 lines
510 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/03/11 12:36:16 espie Exp $
|
|
|
|
COMMENT = simple perl web app framework
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Dancer-1.3111
|
|
CATEGORIES = www
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Try-Tiny \
|
|
mail/p5-MIME-Types \
|
|
www/p5-HTTP-Body \
|
|
www/p5-HTTP-Server-Simple-PSGI
|
|
|
|
TEST_DEPENDS = ${RUN_DEPENDS} \
|
|
converters/p5-JSON \
|
|
devel/p5-Clone \
|
|
devel/p5-Test-Output \
|
|
devel/p5-YAML \
|
|
net/p5-Test-TCP \
|
|
textproc/p5-Template \
|
|
www/p5-Plack
|
|
|
|
.include <bsd.port.mk>
|