pkgsrc/textproc/p5-Encode/Makefile
sno 273538d7b9 Updating textproc/p5-Encode from 2.35 to 2.37
Upstream changes:
! Encode.xs
  fixed: compilation failure on compilers not supporting C99
  http://rt.cpan.org/Ticket/Display.html?id=49466

2.37 2009/09/06 09:03:07
! Encode.xs
  fixed: 'find_encoding("utf8")->decode(undef)' causes segmentation fault
  http://rt.cpan.org/Ticket/Display.html?id=49462
2009-09-12 21:42:08 +00:00

20 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.12 2009/09/12 21:42:08 sno Exp $
DISTNAME= Encode-2.37
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/~dankogai/Encode/
COMMENT= Provides interfaces between strings and the rest of the system
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_REQD+= 5.7.3
PERL5_PACKLIST= auto/Encode/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"