diff options
author | wen <wen@pkgsrc.org> | 2019-04-19 10:30:35 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2019-04-19 10:30:35 +0000 |
commit | be4cbe1910346e0cd33e2caa66de381e9fdaafce (patch) | |
tree | 8f260aba4ebe36a30739ada302fe019c29ae415f /archivers/p5-Archive-Any/Makefile | |
parent | 208a0227f60056eece81b94ae18d75e8c054f663 (diff) | |
download | pkgsrc-be4cbe1910346e0cd33e2caa66de381e9fdaafce.tar.gz |
Update to 0.0946
Upstream changes:
0.0946 2019-04-05 20:11:47Z
- Added copyright holder/year meta to dist.ini. (GH#6) (Mohammad S Anwar)
- Auto generate META.yml using the plugin [MetaYAML]. (GH#8) (Mohammad S
Anwar)
Diffstat (limited to 'archivers/p5-Archive-Any/Makefile')
-rw-r--r-- | archivers/p5-Archive-Any/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/p5-Archive-Any/Makefile b/archivers/p5-Archive-Any/Makefile index 2e2a3968f4f..7972d6bf9a1 100644 --- a/archivers/p5-Archive-Any/Makefile +++ b/archivers/p5-Archive-Any/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2018/08/22 09:42:53 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2019/04/19 10:30:35 wen Exp $ -DISTNAME= Archive-Any-0.0945 +DISTNAME= Archive-Any-0.0946 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} @@ -21,7 +20,6 @@ DEPENDS+= p5-Module-Find>=0:../../devel/p5-Module-Find BUILD_DEPENDS+= p5-Test-Warn>0:../../devel/p5-Test-Warn PERL5_PACKLIST= auto/Archive/Any/.packlist -PERL5_MODULE_TYPE= Module::Build .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |