freebsd-ports/www/p5-FCGI-Client/Makefile
Philip M. Gollucci b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00

38 lines
854 B
Makefile

# New ports collection makefile for: FCGI::Client
# Date created: 02 Apr 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $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}
PERL_CONFIGURE= yes
MAN3= FCGI::Client.3 \
FCGI::Client::Connection.3 \
FCGI::Client::Constant.3 \
FCGI::Client::Record.3 \
FCGI::Client::RecordFactory.3 \
FCGI::Client::RecordHeader.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 501000
RUN_DEPENDS+= p5-autodie>0:${PORTSDIR}/devel/p5-autodie
.endif
.include <bsd.port.post.mk>