9839011ec3
Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
31 lines
920 B
Makefile
31 lines
920 B
Makefile
# Ports collection makefile for: p5-Catalyst-Plugin-Authorization-Roles
|
|
# Date created: Dec 12, 2005
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Catalyst-Plugin-Authorization-Roles
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Catalyst
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lbr@FreeBSD.org
|
|
COMMENT= Role based authorization for Catalyst
|
|
|
|
BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
|
p5-Catalyst-Plugin-Authentication>=0.03:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
|
|
p5-Set-Object>=1.14:${PORTSDIR}/devel/p5-Set-Object \
|
|
p5-UNIVERSAL-isa>=0.05:${PORTSDIR}/devel/p5-UNIVERSAL-isa
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= 5.8.1+
|
|
|
|
MAN3= Catalyst::Plugin::Authorization::Roles.3
|
|
|
|
post-extract:
|
|
@${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Build.PL
|
|
|
|
.include <bsd.port.mk>
|