pkgsrc/devel/p5-Set-Scalar/Makefile
sno 3bba3de4db Updating devel/p5-Set-Scalar from 1.24 to 1.25
Upstream changes:
2009-12-27  Jarkko Hietaniemi  <jhi@iki.fi>
	* Fixed "trying to add an element twice prevents further
	  adds to the set" [rt.cpan.org #52559], bug reported by
	  Eduard Wulff.
	* Removed unused and deprecated (Perl 5.12?) "use UNIVERSAL 'isa'"
	  from Set/Scalar/Virtual.pm.
	* Add tests for the copy overload.
	* Released as 1.25.
2010-03-08 16:51:04 +00:00

21 lines
549 B
Makefile

# $NetBSD: Makefile,v 1.16 2010/03/08 16:51:04 sno Exp $
#
DISTNAME= Set-Scalar-1.25
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
LICENSE= ${PERL5_LICENSE}
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"