0581594c6d
Remove unneeded DEPENDS Upstream changes: 0.09 2021-03-11 03:20:00Z - drop mandatory requirement on MooseX::Types::Path::Class - these coercions are only defined when the module is already loaded
23 lines
693 B
Makefile
23 lines
693 B
Makefile
# $NetBSD: Makefile,v 1.21 2021/06/13 12:30:52 wen Exp $
|
|
#
|
|
|
|
DISTNAME= MooseX-Types-URI-0.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/MooseX-Types-URI
|
|
COMMENT= URI related types and coercions for Moose
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Moose>=0:../../devel/p5-Moose
|
|
DEPENDS+= p5-MooseX-Types>0.40:../../devel/p5-MooseX-Types
|
|
DEPENDS+= p5-URI>0:../../www/p5-URI
|
|
DEPENDS+= p5-URI-FromHash>0:../../www/p5-URI-FromHash
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MooseX/Types/URI/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|