pkgsrc/devel/p5-Set-Scalar/Makefile
he a0312b23e9 Updated from version 1.22nb1 to 1.23.
Upstream changes:

2009-01-16  Jarkko Hietaniemi  <jhi@iki.fi>
	* Add overload for '@{}' as suggested by John Loverso,
	  meaning that you can now do @$set and get the members
	  of the set (unordered, mind) [rt.cpan.org #42452]
	* Add overload for '=' (how did we manage so long without?)
	  [rt.cpan.org #42449]
	* Remove explicit import of UNIVERSAL::isa()
	  [rt.cpan.org #42451]
	* Modernize META.yml.
	* Released as 1.23.
2009-01-20 23:51:29 +00:00

20 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.14 2009/01/20 23:51:29 he Exp $
#
DISTNAME= Set-Scalar-1.23
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ssc
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Set-Scalar/
COMMENT= Perl5 module for basic set operations
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Set/Scalar/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"