pkgsrc/devel/p5-Set-Object/Makefile
he 82fd597139 Update from version 1.26 to 1.27.
Pkgsrc changes:
 o Remove patch, no longer needed

Upstream changes:

1.27, 15 Jan 2009
       o   Fix a typo that affected building against Perls with debugging
           enabled.
       o   A minor #define refactor (Yuval).
       o   Squash some long-standing warnings I had been ignoring for ages and
           Havard Eidnes prompted me to fix by logging an RT ticket for it.
       o   Squash some global clean-up warnings.
2009-01-20 23:48:57 +00:00

18 lines
477 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/01/20 23:48:57 he Exp $
DISTNAME= Set-Object-1.27
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Set/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Set-Object/
COMMENT= Perl module to manage sets of objects
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Set/Object/.packlist
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"