pkgsrc/textproc/p5-Net-IDN-Encode/Makefile
wiz 066c6a93c7 Updated p5-Net-IDN-Encode to 2.400.
2.400 (2017-01-01)
	- new release version
	- remove author tests
	- more spelling fixes

2.399_20161227
	- FIXES #119468: [PATCH] spelling fixes (reported by GREGOA)
	- possible fix for utf8 warnings under perl 5.8.x

2.399_20161210
	- update to Unicode 9.0.0
	- changed generation of tests so that TODO is no longer required when
	  the module author's perl doesn't support the newest Unicode version
2017-01-04 14:47:46 +00:00

21 lines
655 B
Makefile

# $NetBSD: Makefile,v 1.9 2017/01/04 14:47:46 wiz Exp $
DISTNAME= Net-IDN-Encode-2.400
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/
MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=Encode/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Net-IDN-Encode/
COMMENT= IDN, Internationalized Domain Names (Encode, UTS46, Punycode)
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
PERL5_REQD+= 5.7.3
PERL5_PACKLIST= auto/Net/IDN/Encode/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"