2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2010/12/03 11:44:24 ajacoutot Exp $
|
2006-11-05 06:12:15 -05:00
|
|
|
|
2007-09-15 16:34:00 -04:00
|
|
|
COMMENT= dynamic definition of a DBIx::Class::Schema
|
2006-11-05 06:12:15 -05:00
|
|
|
|
2006-11-28 05:15:35 -05:00
|
|
|
MODULES= cpan
|
2007-11-23 17:08:14 -05:00
|
|
|
DISTNAME= DBIx-Class-Schema-Loader-0.04003
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
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
|
|
|
|
|
2010-11-14 19:22:45 -05:00
|
|
|
RUN_DEPENDS= databases/p5-DBIx-Class \
|
|
|
|
devel/p5-Data-Dump \
|
|
|
|
p5-Universal-exports-<0.05|p5-Universal-require->=0.11:devel/p5-Universal-require \
|
|
|
|
textproc/p5-Lingua-EN-Inflect \
|
|
|
|
textproc/p5-Lingua-EN-Inflect-Number
|
2007-11-27 17:08:18 -05:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
2010-11-14 19:22:45 -05:00
|
|
|
databases/p5-DBD-SQLite
|
|
|
|
REGRESS_DEPENDS=databases/p5-DBD-SQLite
|
2006-11-05 06:12:15 -05:00
|
|
|
|
2006-11-28 05:15:35 -05:00
|
|
|
MAKE_ENV= TEST_POD=Yes
|
2010-10-18 13:06:05 -04:00
|
|
|
USE_GROFF = Yes
|
2006-11-05 06:12:15 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|