2010-12-03 06:46:46 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:46:46 ajacoutot Exp $
|
2008-11-26 18:44:13 -05:00
|
|
|
|
|
|
|
COMMENT = storage class for Catalyst Authentication using DBI
|
|
|
|
|
|
|
|
MODULES = cpan
|
|
|
|
DISTNAME = Catalyst-Authentication-Store-DBI-0.01
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION = 0
|
2008-11-26 18:44:13 -05:00
|
|
|
CATEGORIES = security
|
|
|
|
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2010-10-18 17:41:44 -04:00
|
|
|
USE_GROFF = Yes
|
2010-11-20 12:22:40 -05:00
|
|
|
RUN_DEPENDS = databases/p5-Catalyst-Model-DBI \
|
|
|
|
security/p5-Catalyst-Plugin-Authentication
|
2008-11-26 18:44:13 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|