34 lines
849 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2020/07/03 21:45:39 sthen Exp $
COMMENT= CDBI Authentication for Catalyst
2008-09-13 15:36:31 +00:00
DISTNAME= Catalyst-Plugin-Authentication-Store-DBIC-0.11
REVISION= 4
CATEGORIES= security
# Perl
PERMIT_PACKAGE= Yes
MODULES= cpan
PKG_ARCH= *
2010-11-20 17:22:40 +00:00
RUN_DEPENDS= databases/p5-DBIx-Class \
databases/p5-Catalyst-Model-DBIC-Schema \
devel/p5-Set-Object \
devel/p5-MRO-Compat \
2010-11-20 17:22:40 +00:00
security/p5-Catalyst-Plugin-Authentication \
security/p5-Catalyst-Plugin-Authorization-Roles \
www/p5-Catalyst-Plugin-Session-State-Cookie
2013-03-11 11:35:43 +00:00
TEST_DEPENDS=databases/p5-DBD-SQLite \
2010-11-20 17:22:40 +00:00
devel/p5-Test-WWW-Mechanize-Catalyst \
databases/p5-Class-DBI \
security/p5-Crypt-SaltedHash \
www/p5-Catalyst-Plugin-Session-PerUser
CONFIGURE_STYLE = modinst
post-build:
2015-05-25 07:54:27 +00:00
rm -f ${WRKBUILD}/blib/lib/Catalyst/Plugin/Authentication/Store/DBIC.pm.orig
.include <bsd.port.mk>