head	1.10;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.02.48;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.06.10.18.42.32;	author swills;	state Exp;
branches;
next	1.8;

1.8
date	2012.03.13.16.15.30;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2012.03.08.18.45.32;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2011.10.09.01.17.03;	author kuriyama;	state Exp;
branches;
next	1.5;

1.5
date	2011.08.31.12.02.06;	author kuriyama;	state Exp;
branches;
next	1.4;

1.4
date	2011.06.20.09.22.09;	author az;	state Exp;
branches;
next	1.3;

1.3
date	2011.02.26.06.28.28;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	2010.09.04.07.45.21;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2010.04.02.04.46.37;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	FCGI::Client
# Date created:		02 Apr 2010
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-FCGI-Client/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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>
@


1.9
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- 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)
@
text
@d21 1
a21 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.7
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d18 2
a19 1
RUN_DEPENDS=	p5-Any-Moose>=0.1:${PORTSDIR}/devel/p5-Any-Moose \
d21 1
a21 1
BUILD_DEPENDS:=	${RUN_DEPENDS}
d32 7
a38 1
.include <bsd.port.mk>
@


1.6
log
@- Upgrade to 0.08.
@
text
@d18 1
a18 2
RUN_DEPENDS=	\
	p5-Any-Moose>=0.1:${PORTSDIR}/devel/p5-Any-Moose \
d20 1
a20 1
BUILD_DEPENDS=	${RUN_DEPENDS}
d31 1
a31 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} <= 501000
RUN_DEPENDS+=	p5-autodie>0:${PORTSDIR}/devel/p5-autodie
.endif

.include <bsd.port.post.mk>
@


1.5
log
@- Upgrade to 0.07.
@
text
@d9 1
a9 1
PORTVERSION=	0.07
@


1.4
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d9 1
a9 1
PORTVERSION=	0.06
@


1.3
log
@- Upgrade to 0.06.
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/T/TO/TOKUHIROM
@


1.2
log
@- Upgrade to 0.05.
@
text
@d9 1
a9 1
PORTVERSION=	0.05
d12 1
@


1.1
log
@Client library for fastcgi protocol.

WWW: http://search.cpan.org/dist/FCGI-Client/
@
text
@d9 1
a9 1
PORTVERSION=	0.04
@

