mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
9015802942
Approved by: portmgr (blanket infrastructure)
22 lines
444 B
Makefile
22 lines
444 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= FCGI-Client
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:TOKUHIROM
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for fastcgi protocol client library
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Any-Moose>=0.1:${PORTSDIR}/devel/p5-Any-Moose \
|
|
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|