1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/www/p5-Catalyst-Component-ACCEPT_CONTEXT/Makefile
Lars Thegler 3430ef5531 - Update to 0.05
- Fix dependencies

PR:		ports/120694
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
2008-03-02 21:05:52 +00:00

29 lines
743 B
Makefile

# New ports collection makefile for: www/p5-Catalyst-Component-ACCEPT_CONTEXT
# Date created: 26 April 2007
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Component-ACCEPT_CONTEXT
PORTVERSION= 0.05
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Make the Catalyst request context available in Models and Views
RUN_DEPENDS= p5-Catalyst-Runtime>0:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Catalyst::Component::ACCEPT_CONTEXT.3
post-patch:
${PERL} -pi -e '$$_="" if /auto_install|Devel::Cycle/' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>