freebsd-ports/databases/p5-Ima-DBI/Makefile
Sergey Skvortsov d139fc53c8 Updated to 0.29
PR:		ports/55389
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-08-09 11:49:14 +00:00

27 lines
702 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.29
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class/TMTM
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Database connection caching and organization
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
${SITE_PERL}/Class/WhiteHole.pm:${PORTSDIR}/devel/p5-Class-WhiteHole \
${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Ima::DBI.3
.include <bsd.port.mk>