[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-Tie-Cycle

File: [cvs.NetBSD.org] / pkgsrc / devel / p5-Tie-Cycle / Makefile (download)

Revision 1.1, Fri Jan 30 12:56:48 2015 UTC (9 years, 2 months ago) by mef
Branch: MAIN

Import p5-Tie-Cycle-1.21 as devel/p5-Tie-Cycle.

Tie::Cycle is a Perl module that makes it possible to tie a list of
values that can then be looped trough forever. That is the value after
the last is the first in the list is the first value in the list.

# $NetBSD: Makefile,v 1.1 2015/01/30 12:56:48 mef Exp $
#

DISTNAME=	Tie-Cycle-1.21
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	devel
MASTER_SITES=	http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/Tie-Cycle/lib/Tie/Cycle.pm
COMMENT=	Perl5 module to cycle through a list of values
LICENSE=	${PERL5_LICENSE}

PERL5_PACKLIST=	auto/Tie/Cycle/.packlist
USE_LANGUAGES=	# none


.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"