6bac1784da
Update LICENSE Upstream changes: 0.26 (2018/06/09) Implemented refactoring due warnings from Perl::Critic. 0.25 (2018/06/04) Implemented refactoring due warnings from Perl::Critic. Merge pull request #3 from manwar/suggest-code-tidy 0.24 (2018/06/02) Added a LICENSE file (GNU GPL v3). Removed MYMETA files (see https://rt.cpan.org/Ticket/Display.html?id=108171). Improved Kwalitee by adding information to Makefile.PL Fixed tests under OpenBSD Added some code to check for OpenBSD tar, which is not quite compatible to the command line options passed by this module. Also made the method is_gnu() more robust, testing the return code and properly handling STDOUT and STDERR when trying "tar --version". Dependencies added are those already available on standard perl (Config and IPC::Open3). Added a README.md for better formatting in Github project page. Small refactorings and code formating with perltidy.
22 lines
702 B
Makefile
22 lines
702 B
Makefile
# $NetBSD: Makefile,v 1.7 2018/06/22 07:52:01 wen Exp $
|
|
|
|
DISTNAME= Archive-Tar-Wrapper-0.28
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~mschilli/Archive-Tar-Wrapper/
|
|
COMMENT= API wrapper around the 'tar' utility
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl
|
|
BUILD_DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
|
|
BUILD_DEPENDS+= p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run
|
|
|
|
PERL5_PACKLIST= auto/Archive/Tar/Wrapper/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|