head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2013.01.20.14.48.07;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310689
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/www/p5-Amon2-Lite/Makefile 310689 2013-01-20 13:58:51Z kuriyama $

PORTNAME=	Amon2-Lite
PORTVERSION=	0.09
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Perl extension for Sinatra-ish framework on Amon2!

RUN_DEPENDS=	\
	p5-Amon2>=3.25:${PORTSDIR}/www/p5-Amon2 \
	p5-Data-Section-Simple>=0.03:${PORTSDIR}/devel/p5-Data-Section-Simple \
	p5-Router-Simple>=0.13:${PORTSDIR}/www/p5-Router-Simple \
	p5-Text-Xslate-Bridge-TT2Like>=0.00010:${PORTSDIR}/textproc/p5-Text-Xslate-Bridge-TT2Like
BUILD_DEPENDS=	${RUN_DEPENDS}
TEST_DEPENDS=	\
	p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
	p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
	p5-Text-MicroTemplate>0:${PORTSDIR}/textproc/p5-Text-MicroTemplate \
	p5-Test-WWW-Mechanize-PSGI>0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-PSGI \
	p5-Tiffany>0:${PORTSDIR}/textproc/p5-Tiffany \
	p5-Plack-Middleware-ReverseProxy>0:${PORTSDIR}/www/p5-Plack-Middleware-ReverseProxy

PERL_MODBUILD=	yes

MAN3=	Amon2::Lite.3 \
	Amon2::Setup::Flavor::Lite.3

.include <bsd.port.mk>
@
