pkgsrc/www/p5-Rose-HTMLx-Form-Related/Makefile
he d9a7d9d0f0 Imported p5-Rose-HTMLx-Form-Related version 0.09.
Rose::HTMLx::Form::Related is a subclass of Rose::HTML::Form.
Rose::HTMLx::Form::Related can interrogate the relationships between
ORM classes and the Forms that represent them, and use that data
to tie multiple Rose::HTMLx::Form::Related classes together.
2008-10-20 23:40:19 +00:00

24 lines
915 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/10/20 23:40:19 he Exp $
DISTNAME= Rose-HTMLx-Form-Related-0.09
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Rose-HTMLx-Form-Related/
COMMENT= RHTMLO forms, living together
DEPENDS+= p5-Data-Dump>=0:../../devel/p5-Data-Dump
DEPENDS+= p5-Rose-HTML-Objects>=0:../../www/p5-Rose-HTML-Objects
DEPENDS+= p5-Rose-HTMLx-Form-Field-Autocomplete>=0:../../www/p5-Rose-HTMLx-Form-Field-Autocomplete
DEPENDS+= p5-Rose-HTMLx-Form-Field-Boolean>=0:../../www/p5-Rose-HTMLx-Form-Field-Boolean
DEPENDS+= p5-Rose-HTMLx-Form-Field-Serial>=0.002:../../www/p5-Rose-HTMLx-Form-Field-Serial
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Rose/HTMLx/Form/Related/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"