19 lines
384 B
Makefile
19 lines
384 B
Makefile
# $OpenBSD: Makefile,v 1.9 2015/01/21 14:05:46 sthen Exp $
|
|
|
|
COMMENT= more complex retrieve_all() for Class::DBI
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-DBI-Plugin-RetrieveAll-1.04
|
|
REVISION= 0
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= Sam Smith <S@msmith.net>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= databases/p5-Class-DBI
|
|
TEST_DEPENDS= databases/p5-DBD-SQLite
|
|
|
|
.include <bsd.port.mk>
|