2010-06-09 07:44:52 +02:00
|
|
|
# New ports collection makefile for: Ima-DBI-Contextual
|
|
|
|
# Date created: 8 June 2010
|
|
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Ima-DBI-Contextual
|
2012-05-15 04:43:50 +02:00
|
|
|
PORTVERSION= 1.006
|
2010-06-09 07:44:52 +02:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-09 09:24:04 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:JOHND
|
2010-06-09 07:44:52 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2012-07-24 23:09:44 +02:00
|
|
|
COMMENT= Lightweight context-aware dbi handle cache and utility methods
|
2010-06-09 07:44:52 +02:00
|
|
|
|
2011-10-07 13:22:46 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
2011-06-09 09:24:04 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2012-03-04 13:16:48 +01:00
|
|
|
BUILD_DEPENDS= p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI
|
|
|
|
RUN_DEPENDS= p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI
|
|
|
|
|
|
|
|
TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
|
2010-06-09 07:44:52 +02:00
|
|
|
|
2012-05-15 04:43:50 +02:00
|
|
|
DEPRECATED= deprecated by upstream
|
|
|
|
|
2010-06-09 07:44:52 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Ima::DBI::Contextual.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|