pkgsrc/devel/p5-Future/Makefile
mef e8acce900f Updated devel/p5-Future to 0.34
-------------------------------
0.34    2016/10/02 18:40:06
        [CHANGES]
         * Added Future::Mutex
         * Minor documentation wording fixes (thanks ilmari)

        [BUGFIXES]
         * Fallback to 'configure_requires' for older versions of
           Module::Build that don't support 'test_requires' (RT110721)
2016-10-12 12:48:30 +00:00

23 lines
766 B
Makefile

# $NetBSD: Makefile,v 1.9 2016/10/12 12:48:30 mef Exp $
DISTNAME= Future-0.34
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Future
COMMENT= Represent an operation awaiting completion
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
BUILD_DEPENDS+= p5-Test-Identity-[0-9]*:../../devel/p5-Test-Identity
BUILD_DEPENDS+= p5-Test-Refcount-[0-9]*:../../devel/p5-Test-Refcount
USE_LANGUAGES= #empty
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Future/.packlist
PERL5_REQD+= 5.10.1 # Test::More >= 0.88
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"