pkgsrc/devel/p5-MooseX-Types-Path-Class/Makefile
wen 44a5787976 Update to 0.08
Upstream changes:
0.08      2015-08-16 02:05:52Z
    - update some distribution tooling

0.07      2015-07-03 18:10:13Z
    - canonical repository changed to
      https://github.com/moose/MooseX-Types-Path-Class
    - added META.json and other modern tooling
2015-08-16 12:37:51 +00:00

24 lines
817 B
Makefile

# $NetBSD: Makefile,v 1.15 2015/08/16 12:37:51 wen Exp $
#
DISTNAME= MooseX-Types-Path-Class-0.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/MooseX-Types-Path-Class/
COMMENT= Path::Class type library for Moose
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Moose>=2:../../devel/p5-Moose
DEPENDS+= p5-MooseX-Types>=0.04:../../devel/p5-MooseX-Types
DEPENDS+= p5-Path-Class>=0.16:../../devel/p5-Path-Class
# For tests (but introduce a circular dependency for devel/p5-MooseX-Getopt)
#BUILD_DEPENDS+= p5-MooseX-Getopt>=0:../../devel/p5-MooseX-Getopt
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/MooseX/Types/Path/Class/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"