mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
22 lines
362 B
Makefile
22 lines
362 B
Makefile
COMMENT = seamless DB up- and downgrades
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = DBIx-Migration-0.07
|
|
CATEGORIES = databases
|
|
REVISION = 0
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/p5-Class-Accessor \
|
|
devel/p5-File-Slurp \
|
|
databases/p5-DBD-SQLite
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|