18 lines
331 B
Makefile
18 lines
331 B
Makefile
# $OpenBSD: Makefile,v 1.15 2019/07/12 20:43:56 sthen Exp $
|
|
|
|
COMMENT= add contextual fetches to DBI
|
|
|
|
DISTNAME= DBIx-ContextualFetch-1.03
|
|
REVISION= 2
|
|
CATEGORIES= databases
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= databases/p5-DBI>=1.35
|
|
TEST_DEPENDS=databases/p5-DBD-SQLite
|
|
|
|
.include <bsd.port.mk>
|