openbsd-ports/databases/p5-Class-DBI-Plugin-RetrieveAll/Makefile
steven 80d23e5e75 update to 1.04
ok bernd@
2006-04-06 18:26:04 +00:00

28 lines
588 B
Makefile

# $OpenBSD: Makefile,v 1.2 2006/04/06 18:26:04 steven Exp $
COMMENT= "more complex retrieve_all() for Class::DBI"
DISTNAME= Class-DBI-Plugin-RetrieveAll-1.04
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
RUN_DEPENDS= ::databases/p5-Class-DBI
BUILD_DEPENDS= ${RUN_DEPENDS}
REGRESS_DEPENDS=::databases/p5-DBD-SQLite
PKG_ARCH= *
.include <bsd.port.mk>