freebsd-ports/databases/p5-Ima-DBI/Makefile
2012-06-03 17:02:24 +00:00

27 lines
656 B
Makefile

# New ports collection makefile for: Ima-DBI
# Date created: 17 Dec 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Ima-DBI
PORTVERSION= 0.35
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PERRIN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Database connection caching and organization
BUILD_DEPENDS= p5-DBIx-ContextualFetch>=0:${PORTSDIR}/databases/p5-DBIx-ContextualFetch \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Ima::DBI.3
.include <bsd.port.mk>