1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/www/p5-Plack-App-Proxy/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

27 lines
549 B
Makefile

# $FreeBSD$
PORTNAME= Plack-App-Proxy
PORTVERSION= 0.29
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:LEEDO
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Plack extension for proxy requests
RUN_DEPENDS= \
p5-AnyEvent-HTTP>=1.44:www/p5-AnyEvent-HTTP \
p5-libwww>0:www/p5-libwww \
p5-Plack>=1.0013:www/p5-Plack
BUILD_DEPENDS:= ${RUN_DEPENDS}
TEST_DEPENDS= \
p5-Test-Requires>0:devel/p5-Test-Requires \
p5-Test-TCP>0:devel/p5-Test-TCP
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>