pkgsrc/devel/p5-Tie-Cycle/Makefile
wen edff0d1209 Update to 1.226
Upstream changes:
1.226 2021-01-12T09:38:15Z
        * Freshening the distro, Travis is gone, Github Actions are in.
2021-07-04 07:49:54 +00:00

17 lines
495 B
Makefile

# $NetBSD: Makefile,v 1.15 2021/07/04 07:49:54 wen Exp $
DISTNAME= Tie-Cycle-1.226
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/pod/distribution/Tie-Cycle/lib/Tie/Cycle.pm
COMMENT= Perl5 module to cycle through a list of values
LICENSE= artistic-2.0
PERL5_PACKLIST= auto/Tie/Cycle/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"