2007-05-15 06:38:42 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2007/05/15 10:38:42 espie Exp $
|
2006-11-05 06:12:15 -05:00
|
|
|
|
|
|
|
COMMENT= "dynamic definition of a DBIx::Class::Schema"
|
|
|
|
|
2006-11-28 05:15:35 -05:00
|
|
|
MODULES= cpan
|
2007-04-17 12:47:35 -04:00
|
|
|
DISTNAME= DBIx-Class-Schema-Loader-0.03011
|
2007-05-15 06:38:42 -04:00
|
|
|
PKGNAME= p5-${DISTNAME}p1
|
2006-11-28 05:15:35 -05:00
|
|
|
CATEGORIES= databases
|
2006-11-05 06:12:15 -05:00
|
|
|
|
2007-05-05 13:44:50 -04:00
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
2006-11-05 06:12:15 -05:00
|
|
|
|
|
|
|
# Artistic + GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
RUN_DEPENDS= ::databases/p5-DBIx-Class \
|
2006-12-11 16:29:08 -05:00
|
|
|
:p5-Universal-exports-<0.05|p5-Universal-require-*:devel/p5-Universal-require \
|
2006-11-05 06:12:15 -05:00
|
|
|
::textproc/p5-Lingua-EN-Inflect \
|
|
|
|
::textproc/p5-Lingua-EN-Inflect-Number
|
2006-11-28 05:15:35 -05:00
|
|
|
REGRESS_DEPENDS=::databases/p5-DBD-SQLite
|
2006-11-05 06:12:15 -05:00
|
|
|
|
2006-11-28 05:15:35 -05:00
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
2006-11-05 06:12:15 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|