20 lines
379 B
Makefile
20 lines
379 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/03/11 02:52:06 espie Exp $
|
|
|
|
COMMENT= add contextual fetches to DBI
|
|
|
|
DISTNAME= DBIx-ContextualFetch-1.03
|
|
REVISION= 1
|
|
CATEGORIES= databases
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Sam Smith <S@msmith.net>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= databases/p5-DBI>=1.35
|
|
TEST_DEPENDS=databases/p5-DBD-SQLite
|
|
|
|
.include <bsd.port.mk>
|