27 lines
627 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2010/12/03 11:46:46 ajacoutot Exp $
COMMENT = storage class for Catalyst Authentication using DBIx::Class
MODULES = cpan
DISTNAME = Catalyst-Authentication-Store-DBIx-Class-0.104
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
2010-11-20 17:22:40 +00:00
RUN_DEPENDS = databases/p5-DBIx-Class \
security/p5-Catalyst-Plugin-Authentication>=0.10006 \
www/p5-Catalyst-Runtime
BUILD_DEPENDS = ${RUN_DEPENDS}
2010-10-18 21:41:44 +00:00
USE_GROFF = Yes
MAKE_ENV = TEST_POD=Yes
.include <bsd.port.mk>