pkgsrc-wip/p5-Class-DBI-AsForm/Makefile

23 lines
711 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2008/06/25 09:20:57 absd Exp $
#
DISTNAME= Class-DBI-AsForm-2.42
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cda
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Class-DBI-AsForm/
COMMENT= Produce HTML form elements for database columns
DEPENDS+= p5-DBI>=1.30:../../databases/p5-DBI
DEPENDS+= p5-Class-DBI>=0.89:../../databases/p5-Class-DBI
DEPENDS+= p5-Class-DBI-Plugin-Type>=0.02:../../devel/p5-Class-DBI-Plugin-Type
DEPENDS+= p5-HTML-Tree>=1.88:../../www/p5-HTML-Tree
PERL5_PACKLIST= auto/Class/DBI/AsForm/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"