head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	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
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


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

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

1.1
date	2010.02.01.01.03.27;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Catalyst-TraitFor-Request-BrowserDetect
# Date created:							January 31, 2010
# Whom:									Philip M. Gollucci <pgollucci@@p6m7g8.com>
#
# $FreeBSD: head/www/p5-Catalyst-TraitFor-Request-BrowserDetect/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Catalyst-TraitFor-Request-BrowserDetect
PORTVERSION=	0.02
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Browser detection for Catalyst::Requests

BUILD_DEPENDS=	p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-CatalystX-RoleApplicator>=0:${PORTSDIR}/www/p5-CatalystX-RoleApplicator \
		p5-HTTP-BrowserDetect>=0:${PORTSDIR}/www/p5-HTTP-BrowserDetect
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Catalyst::TraitFor::Request::BrowserDetect.3

.include <bsd.port.mk>
@


1.2
log
@- Add BUILD_DEPENDS to silence build warnings and enable testing
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Browser detection for Catalyst::Requests
@
text
@d17 4
a20 3
RUN_DEPENDS=	p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
	p5-CatalystX-RoleApplicator>=0:${PORTSDIR}/www/p5-CatalystX-RoleApplicator \
	p5-HTTP-BrowserDetect>=0:${PORTSDIR}/www/p5-HTTP-BrowserDetect
d24 1
a24 1
MAN3=	Catalyst::TraitFor::Request::BrowserDetect.3
@

