2016-03-20 19:56:05 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2016/03/20 19:56:58 naddy Exp $
|
2008-11-26 23:44:13 +00:00
|
|
|
|
|
|
|
COMMENT = storage class for Catalyst Authentication using DBI
|
|
|
|
|
|
|
|
MODULES = cpan
|
2016-03-20 19:56:05 +00:00
|
|
|
PKG_ARCH = *
|
2008-11-26 23:44:13 +00:00
|
|
|
DISTNAME = Catalyst-Authentication-Store-DBI-0.01
|
2015-11-05 19:08:56 +00:00
|
|
|
REVISION = 1
|
2008-11-26 23:44:13 +00:00
|
|
|
CATEGORIES = security
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2010-11-20 17:22:40 +00:00
|
|
|
RUN_DEPENDS = databases/p5-Catalyst-Model-DBI \
|
|
|
|
security/p5-Catalyst-Plugin-Authentication
|
2008-11-26 23:44:13 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|