pkgsrc/devel/p5-Term-Encoding/Makefile
wen 9372c1f660 Update to 0.03
Upstream changes:
0.03  2019-03-21 23:25:34 PDT
        - Repackaged with Milla
2019-04-19 23:49:46 +00:00

17 lines
509 B
Makefile

# $NetBSD: Makefile,v 1.9 2019/04/19 23:49:46 wen Exp $
DISTNAME= Term-Encoding-0.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Term-Encoding/
COMMENT= Detect encoding of the current terminal
LICENSE= ${PERL5_LICENSE}
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
PERL5_PACKLIST= auto/Term/Encoding/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"