pkgsrc/lang/p5-Switch/Makefile
obache c4a41cc42c Import p5-Switch-2.16 as lang/p5-Switch.
Switch.pm provides the syntax and semantics for an explicit case mechanism for
Perl.  The syntax is minimal, introducing only the keywords C<switch> and
C<case> and conforming to the general pattern of existing Perl control
structures.  The semantics are particularly rich, allowing any one (or more) of
early 30 forms of matching to be used when comparing a switch value with its
various cases.
2011-10-28 09:14:41 +00:00

23 lines
635 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/10/28 09:14:41 obache Exp $
#
DISTNAME= Switch-2.16
PKGNAME= p5-${DISTNAME}
CATEGORIES= lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RG/RGARCIA/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Switch/
COMMENT= Switch statement for Perl
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Text-Balanced-[0-9]*:../../textproc/p5-Text-Balanced
DEPENDS+= p5-Filter-[0-9]*:../../textproc/p5-Filter
PERL5_PACKLIST= auto/Switch/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"