pkgsrc/devel/p5-TAP-Harness-Archive/Makefile
sno 765e2d6f5a Updating package devel/p5-TAP-Harness-Archive from 0.13 to 0.14
pkgsrc changes:
  - Adding license

Upstream changes:
0.14    27 Jul, 2009
    + Added file_attributes hash to the META.yml file of the archive [Justin DeVuyst]
    + Added traditional Makefile.PL generation [M. Peters]
2009-08-20 05:36:16 +00:00

22 lines
661 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/08/20 05:36:16 sno Exp $
#
DISTNAME= TAP-Harness-Archive-0.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=TAP/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/TAP-Harness-Archive/
COMMENT= Create an archive of TAP test results
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Test-Harness>=3.05:../../devel/p5-Test-Harness
DEPENDS+= p5-YAML-Tiny>=0:../../textproc/p5-YAML-Tiny
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/TAP/Harness/Archive/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"