openbsd-ports/databases/p5-Ima-DBI/Makefile
sturm a60ce5902e Initial import of several DBI-related perl modules.
all from Sam Smith <S at msmith.net>
2004-05-26 13:36:07 +00:00

30 lines
640 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/05/26 13:36:07 sturm Exp $
COMMENT= "database connection caching and organization"
DISTNAME= Ima-DBI-0.33
PKGNAME= p5-${DISTNAME}
CATEGORIES= databases perl5
MAINTAINER= Sam Smith <S@msmith.net>
# Same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/TMTM/}
CONFIGURE_STYLE= perl
BUILD_DEPENDS=${RUN_DEPENDS}
RUN_DEPENDS= ::databases/p5-DBI \
::databases/p5-DBIx-ContextualFetch \
::devel/p5-Class-Data-Inheritable \
::devel/p5-Class-WhiteHole \
PKG_ARCH= *
.include <bsd.port.mk>