mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
20 lines
409 B
Makefile
20 lines
409 B
Makefile
COMMENT = fast, safe DBI connection and transaction management
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = DBIx-Connector-0.60
|
|
CATEGORIES = databases
|
|
CPAN_AUTHOR = ARISTOTLE
|
|
|
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = databases/p5-DBI>=1.614
|
|
TEST_DEPENDS = devel/p5-Test-MockModule>=0.05
|
|
|
|
CONFIGURE_STYLE = perl
|
|
|
|
.include <bsd.port.mk>
|