Update DEPENDS Upstream changes: 0.193 10 July 2014 - fix whitespace regression bug introduced in 0.192. Reported by Holger Rupprecht via f7c65ec. 0.192 8 July 2014 - support Loader base_classes method in _schema_template(). Cf. https://rt.cpan.org/Ticket/Display.html?id=97043 0.191 19 June 2014 - remove the DEVELOPMENT RELEASE caveat. after this many years, it is as stable as it will ever be. - mkpath(self->debug) instead of mkpath(1) [ https://rt.cpan.org/Ticket/Display.html?id=96552 ] 0.190 15 May 2014 - switch to File::Slurp::Tiny
27 lines
1.2 KiB
Makefile
27 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.15 2016/07/16 02:49:28 wen Exp $
|
|
|
|
DISTNAME= Rose-DBx-Garden-0.193
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Rose-DBx-Garden/
|
|
COMMENT= Bootstrap Rose::DB::Object and Rose::HTML::Form classes
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
|
|
DEPENDS+= p5-File-Slurp-Tiny-[0-9]*:../../devel/p5-File-Slurp-Tiny
|
|
DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
|
|
DEPENDS+= p5-Rose-DB-Object-[0-9]*:../../databases/p5-Rose-DB-Object
|
|
DEPENDS+= p5-Rose-DBx-TestDB-[0-9]*:../../databases/p5-Rose-DBx-TestDB
|
|
DEPENDS+= p5-Rose-HTML-Objects-[0-9]*:../../www/p5-Rose-HTML-Objects
|
|
DEPENDS+= p5-Rose-HTMLx-Form-Field-Autocomplete-[0-9]*:../../www/p5-Rose-HTMLx-Form-Field-Autocomplete
|
|
DEPENDS+= p5-Rose-HTMLx-Form-Field-Boolean>=0.01:../../www/p5-Rose-HTMLx-Form-Field-Boolean
|
|
DEPENDS+= p5-Rose-HTMLx-Form-Field-Serial-[0-9]*:../../www/p5-Rose-HTMLx-Form-Field-Serial
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Rose/DBx/Garden/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|