diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-12 14:22:06 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-12 14:22:06 +0000 |
commit | 733e654220d19ff18e4e42d8e118d794356b4428 (patch) | |
tree | 6fee5804d7a29e46edb3442594642469ec2c8423 /www/p5-Catalyst-Plugin-Authorization-Roles/Makefile | |
parent | 4558cc5511ad1478b9bcd5757886bbdc155fea3d (diff) |
Notes
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authorization-Roles/Makefile')
-rw-r--r-- | www/p5-Catalyst-Plugin-Authorization-Roles/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile b/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile new file mode 100644 index 000000000000..945f74782577 --- /dev/null +++ b/www/p5-Catalyst-Plugin-Authorization-Roles/Makefile @@ -0,0 +1,33 @@ +# Ports collection makefile for: p5-Catalyst-Plugin-Authorization-Roles +# Date created: Dec 12, 2005 +# Whom: Lars Balker Rasmussen <lars@balker.dk> +# +# $FreeBSD$ +# + +PORTNAME= Catalyst-Plugin-Authorization-Roles +PORTVERSION= 0.03 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Catalyst +PKGNAMEPREFIX= p5- + +MAINTAINER= lars@balker.dk +COMMENT= Role based authorization for Catalyst + +BUILD_DEPENDS= p5-Catalyst>=5.49:${PORTSDIR}/www/p5-Catalyst \ + p5-Catalyst-Plugin-Authentication>=0.03:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \ + p5-Set-Object>=0:${PORTSDIR}/devel/p5-Set-Object \ + p5-Test-MockObject>=1.01:${PORTSDIR}/devel/p5-Test-MockObject \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= Catalyst::Plugin::Authorization::Roles.3 + +.include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500801 +IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again +.endif +.include <bsd.port.post.mk> |