2020-08-31 20:06:29 +02:00
|
|
|
# $NetBSD: Makefile,v 1.16 2020/08/31 18:07:04 wiz Exp $
|
2012-10-19 10:02:55 +02:00
|
|
|
|
2016-01-09 14:21:05 +01:00
|
|
|
DISTNAME= Dancer-Plugin-DBIC-0.2104
|
2012-10-19 10:02:55 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2020-08-31 20:06:29 +02:00
|
|
|
PKGREVISION= 5
|
2012-10-19 10:02:55 +02:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Dancer/}
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-06-30 22:14:13 +02:00
|
|
|
HOMEPAGE= https://metacpan.org/release/Dancer-Plugin-DBIC
|
2012-10-19 10:02:55 +02:00
|
|
|
COMMENT= DBIx::Class interface for Dancer applications
|
|
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
|
|
|
|
DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class
|
2013-07-03 20:24:06 +02:00
|
|
|
DEPENDS+= p5-Dancer>=1.3098:../../www/p5-Dancer
|
2015-10-07 16:51:38 +02:00
|
|
|
DEPENDS+= p5-DBICx-Sugar>=0:../../databases/p5-DBICx-Sugar
|
2012-10-19 10:02:55 +02:00
|
|
|
|
|
|
|
# recommended ...
|
|
|
|
DEPENDS+= p5-DBIx-Class-Schema-Loader>=0.07002:../../databases/p5-DBIx-Class-Schema-Loader
|
|
|
|
|
|
|
|
PERL5_PACKLIST= auto/Dancer/Plugin/DBIC/.packlist
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|