2013-03-29 01:44:53 +01:00
|
|
|
# Created by: Sergey Skvortsov <skv@protey.ru>
|
2004-03-22 16:17:41 +01:00
|
|
|
|
|
|
|
PORTNAME= DBIx-ContextualFetch
|
2005-09-30 18:39:15 +02:00
|
|
|
PORTVERSION= 1.03
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2004-03-22 16:17:41 +01:00
|
|
|
CATEGORIES= databases perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-03-22 16:17:41 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-07 17:42:51 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-03-22 16:17:41 +01:00
|
|
|
COMMENT= Add contextual fetches to DBI
|
|
|
|
|
2018-05-07 11:03:59 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2018-07-09 10:40:17 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI
|
|
|
|
TEST_DEPENDS= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite
|
2007-06-30 11:54:41 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2018-05-07 11:03:59 +02:00
|
|
|
NO_ARCH= yes
|
2004-03-22 16:17:41 +01:00
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|