22 lines
712 B
Makefile
22 lines
712 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/03/07 09:45:26 cheusov 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:../../wip/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"
|