25 lines
556 B
Makefile
25 lines
556 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.13
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lbr@FreeBSD.org
|
|
COMMENT= Make subrequests to actions in Catalyst
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Catalyst-Runtime>=5.7012:${PORTSDIR}/www/p5-Catalyst-Runtime
|
|
|
|
PERL_CONFIGURE= 5.8.1+
|
|
|
|
MAN3= Catalyst::Plugin::SubRequest.3
|
|
|
|
.include <bsd.port.mk>
|