df4e1203e4
ok jasper@ (final commit)
23 lines
530 B
Makefile
23 lines
530 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:46:46 ajacoutot Exp $
|
|
|
|
COMMENT = storage class for Catalyst Authentication using DBI
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Catalyst-Authentication-Store-DBI-0.01
|
|
REVISION = 0
|
|
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
|
|
|
|
USE_GROFF = Yes
|
|
RUN_DEPENDS = databases/p5-Catalyst-Model-DBI \
|
|
security/p5-Catalyst-Plugin-Authentication
|
|
|
|
.include <bsd.port.mk>
|