freebsd-ports/www/p5-Catalyst-Plugin-SubRequest/Makefile
Lars Balker Rasmussen cd75301a3d Update to 0.11
2007-04-03 19:41:23 +00:00

32 lines
757 B
Makefile

# ex:ts=8
# Ports collection makefile for: p5-Catalyst-Plugin-SubRequest
# Date created: May 6, 2005
# Whom: Travis Campbell <hcoyote@ghostar.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Plugin-SubRequest
PORTVERSION= 0.11
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/M/MR/MRAMBERG
PKGNAMEPREFIX= p5-
MAINTAINER= lbr@FreeBSD.org
COMMENT= Make subrequests to actions in Catalyst
BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Catalyst::Plugin::SubRequest.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= requires Perl 5.8. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>