pkgsrc/devel/p5-Sub-Exporter-ForMethods/Makefile
wen 6a048a7eec Update to 0.100054
Remove unneeded DEPENDS

Upstream changes:
0.100054  2021-04-17 17:59:05-04:00 America/New_York
        - no change since last trial release

0.100053  2021-04-04 12:59:57-04:00 America/New_York (TRIAL RELEASE)
        - replace Sub::Name with Sub::Util, which has been core since 2015
2021-07-04 09:08:24 +00:00

19 lines
604 B
Makefile

# $NetBSD: Makefile,v 1.16 2021/07/04 09:08:24 wen Exp $
DISTNAME= Sub-Exporter-ForMethods-0.100054
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Sub-Exporter-ForMethods
COMMENT= Perl 5 helper routines for using Sub::Exporter to build methods
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Sub-Exporter>=0.978:../../devel/p5-Sub-Exporter
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Sub/Exporter/ForMethods/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"