head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.45;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.06.10.18.42.26;	author swills;	state Exp;
branches;
next	1.1;

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


desc
@@


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

PORTNAME=	CGI-Application-PSGI
PORTVERSION=	1.00
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Perl extension of PSGI Adapter for CGI::Application

RUN_DEPENDS=	\
	p5-CGI-Application>0:${PORTSDIR}/www/p5-CGI-Application \
	p5-CGI-PSGI>0:${PORTSDIR}/www/p5-CGI-PSGI
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	CGI::Application::PSGI.3

.include <bsd.port.mk>
@


1.2
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.1
log
@PSGI Adapter for CGI::Application.

WWW: http://search.cpan.org/dist/CGI-Application-PSGI/
@
text
@d20 1
a20 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@

