openbsd-ports/security/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

30 lines
759 B
Makefile

# $OpenBSD: Makefile,v 1.9 2016/03/20 19:56:58 naddy Exp $
COMMENT = storage class for Catalyst Authentication using DBIx::Class
MODULES = cpan
PKG_ARCH = *
DISTNAME = Catalyst-Authentication-Store-DBIx-Class-0.1502
CATEGORIES = security
REVISION = 0
# Perl
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = databases/p5-DBIx-Class \
databases/p5-Catalyst-Model-DBIC-Schema \
devel/p5-Moose \
devel/p5-namespace-autoclean \
devel/p5-Try-Tiny \
security/p5-Catalyst-Plugin-Authentication>=0.10008 \
www/p5-Catalyst-Runtime
TEST_DEPENDS = devel/p5-Test-WWW-Mechanize-Catalyst \
security/p5-Catalyst-Plugin-Authorization-Roles \
www/p5-Catalyst-Plugin-Session-State-Cookie
MAKE_ENV = TEST_POD=Yes
CONFIGURE_STYLE = modinst
.include <bsd.port.mk>