mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
3430ef5531
- Fix dependencies PR: ports/120694 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
29 lines
743 B
Makefile
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>
|