25 lines
468 B
Makefile
25 lines
468 B
Makefile
# $OpenBSD: Makefile,v 1.17 2020/07/03 21:45:40 sthen Exp $
|
|
|
|
COMMENT= role based authorization for Catalyst
|
|
|
|
DISTNAME= Catalyst-Plugin-Authorization-Roles-0.09
|
|
CATEGORIES= security
|
|
REVISION= 1
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
RUN_DEPENDS= devel/p5-Set-Object \
|
|
devel/p5-Universal-isa \
|
|
security/p5-Catalyst-Plugin-Authentication
|
|
TEST_DEPENDS=devel/p5-Test-Exception
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
CONFIGURE_STYLE = modinst
|
|
|
|
.include <bsd.port.mk>
|