mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
35 lines
814 B
Makefile
35 lines
814 B
Makefile
# New ports collection makefile for: Twiggy
|
|
# Date created: 05 Apr 2010
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Twiggy
|
|
PORTVERSION= 0.1020
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension of AnyEvent HTTP server for PSGI (like Thin)
|
|
|
|
RUN_DEPENDS= \
|
|
p5-AnyEvent>0:${PORTSDIR}/devel/p5-AnyEvent \
|
|
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
|
|
p5-Plack>=0.99:${PORTSDIR}/www/p5-Plack \
|
|
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
TEST_DEPENDS= \
|
|
p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
|
|
p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= twiggy.1
|
|
MAN3= Plack::Handler::Twiggy.3 \
|
|
Twiggy.3
|
|
|
|
.include <bsd.port.mk>
|