1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/databases/p5-Ima-DBI-Contextual/Makefile
Philip M. Gollucci 1e9c6f7732 If you like Ima::DBI but need it to be more context-aware i
(eg: tie dbi connections to more than the name and process id)
then you need Ima::DBI::Contextual.

WWW: http://search.cpan.org/dist/Ima-DBI-Contextual
2010-06-09 05:44:52 +00:00

25 lines
564 B
Makefile

# 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= 0.006
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/J/JO/JOHND
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Liteweight context-aware dbi handle cache and utility methods
RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
PERL_CONFIGURE= yes
MAN3= Ima::DBI::Contextual.3
.include <bsd.port.mk>