f15b57f2b8
bump all PKGNAMEs. OK jasper@
33 lines
782 B
Makefile
33 lines
782 B
Makefile
# $OpenBSD: Makefile,v 1.3 2006/12/25 13:40:28 simon Exp $
|
|
|
|
COMMENT= "CDBI Authentication for Catalyst"
|
|
|
|
DISTNAME= Catalyst-Plugin-Authentication-Store-DBIC-0.07
|
|
PKGNAME= p5-${DISTNAME}p0
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= Simon Dassow <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= ::databases/p5-DBI \
|
|
::devel/p5-Set-Object \
|
|
::security/p5-Catalyst-Plugin-Authentication \
|
|
::security/p5-Catalyst-Plugin-Authorization-Roles
|
|
REGRESS_DEPENDS=::databases/p5-DBD-SQLite \
|
|
::databases/p5-DBIx-Class \
|
|
::databases/p5-Catalyst-Model-DBIC-Schema \
|
|
::www/p5-Catalyst-Plugin-Session-PerUser
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|