f15b57f2b8
bump all PKGNAMEs. OK jasper@
28 lines
706 B
Makefile
28 lines
706 B
Makefile
# $OpenBSD: Makefile,v 1.4 2006/12/25 13:40:28 simon Exp $
|
|
|
|
COMMENT= "dynamic definition of a DBIx::Class::Schema"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= DBIx-Class-Schema-Loader-0.03009
|
|
PKGNAME= p5-${DISTNAME}p1
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= Simon Dassow <simon@openbsd.org>
|
|
|
|
# Artistic + GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::databases/p5-DBIx-Class \
|
|
:p5-Universal-exports-<0.05|p5-Universal-require-*:devel/p5-Universal-require \
|
|
::textproc/p5-Lingua-EN-Inflect \
|
|
::textproc/p5-Lingua-EN-Inflect-Number
|
|
REGRESS_DEPENDS=::databases/p5-DBD-SQLite
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|