openbsd-ports/databases/p5-DBIx-ContextualFetch/Makefile

20 lines
379 B
Makefile
Raw Normal View History

2013-03-10 22:52:04 -04:00
# $OpenBSD: Makefile,v 1.11 2013/03/11 02:52:06 espie Exp $
2004-05-20 06:48:23 -04:00
COMMENT= add contextual fetches to DBI
2004-05-20 06:48:23 -04:00
2006-01-07 05:22:10 -05:00
DISTNAME= DBIx-ContextualFetch-1.03
REVISION= 1
CATEGORIES= databases
MODULES= cpan
2010-10-18 13:06:05 -04:00
USE_GROFF = Yes
2004-05-20 06:48:23 -04:00
MAINTAINER= Sam Smith <S@msmith.net>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
2010-11-26 02:18:59 -05:00
RUN_DEPENDS= databases/p5-DBI>=1.35
2013-03-10 22:52:04 -04:00
TEST_DEPENDS=databases/p5-DBD-SQLite
2004-05-20 06:48:23 -04:00
.include <bsd.port.mk>