aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Ima-DBI-Contextual/Makefile
blob: 1a7f7f04e128cf6d215db1e12605af4f27461cc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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
PORTVERSION=    1.001
CATEGORIES= databases perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:JOHND
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Liteweight context-aware dbi handle cache and utility methods

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

RUN_DEPENDS=    p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
BUILD_DEPENDS:= ${RUN_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       Ima::DBI::Contextual.3

.include <bsd.port.mk>