pkgsrc changes: - Adding license definition - Adjusting dependencies Upstream changes: 2009-06-16 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu> * Release 1.011.1 - no new features. * Fix: Perl <= 5.6.x - skip tests with older POD::Simple. * MIME::Charset >= 1.007.1 is required. 2009-05-17 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu> * Release 1.011 - not really released. 2009-05-11 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu> * Release 1.011_01 - no new features. * Supports Perl 5.8.0. * MIME::Charset >= 1.007 is required.
22 lines
598 B
Makefile
22 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/09/19 16:58:09 sno Exp $
|
|
#
|
|
|
|
DISTNAME= MIME-EncWords-1.011.1
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
|
|
|
|
MAINTAINER= bouyer@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MIME-EncWords/
|
|
COMMENT= Perl5 modules for decoding RFC 2047 encoded words (improved)
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-MIME-Charset>=1.007.1:../../mail/p5-MIME-Charset
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/MIME/EncWords/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|