mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
27 lines
597 B
Makefile
27 lines
597 B
Makefile
# Created by: Martin Waschbuesch <martin@waschbuesch.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Plack-Middleware-ExtDirect
|
|
PORTVERSION= 3.20
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:TOKAREV
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= martin@waschbuesch.de
|
|
COMMENT= Implement an RPC::ExtDirect gateway using Plack
|
|
|
|
LICENSE= ART10
|
|
|
|
BUILD_DEPENDS= pkg-config:devel/pkgconf \
|
|
p5-Plack>=0:www/p5-Plack \
|
|
p5-RPC-ExtDirect>=3.20:www/p5-RPC-ExtDirect
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Pod>=1.46:devel/p5-Test-Pod
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|