pkgsrc-wip/p5-TAP-Harness-Archive/Makefile
Christian St dfe2f8d9de update to 0.14
Changes:
+ Added file_attributes hash to the META.yml file of the archive [Justin DeVuyst]
+ Added traditional Makefile.PL generation [M. Peters]
2009-10-18 13:55:08 +00:00

22 lines
655 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/10/18 13:55:08 athaba Exp $
#
DISTNAME= TAP-Harness-Archive-0.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=TAP/}
MAINTAINER= athaba@inode.at
HOMEPAGE= http://search.cpan.org/dist/TAP-Harness-Archive
COMMENT= Create an archive of TAP test results
DEPENDS+= p5-YAML-Tiny>=1.32:../../textproc/p5-YAML-Tiny
DEPENDS+= p5-Test-Harness>=3.13:../../devel/p5-Test-Harness
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/TAP/Harness/Archive/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"