openbsd-ports/databases/p5-Class-DBI-Loader/Makefile
steven 2e71aa35e1 update to 0.32
ok bernd@
2006-04-06 18:24:11 +00:00

30 lines
613 B
Makefile

# $OpenBSD: Makefile,v 1.3 2006/04/06 18:24:11 steven Exp $
COMMENT= "dynamic definition of Class::DBI sub classes"
DISTNAME= Class-DBI-Loader-0.32
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/}
CONFIGURE_STYLE=perl
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::databases/p5-Class-DBI
REGRESS_DEPENDS=::databases/p5-Class-DBI-SQLite
PKG_ARCH= *
REGRESS_IS_INTERACTIVE=Yes
.include <bsd.port.mk>