2019-08-11 15:17:48 +02:00
|
|
|
# $NetBSD: Makefile,v 1.11 2019/08/11 13:20:25 wiz Exp $
|
2014-02-10 14:33:17 +01:00
|
|
|
|
2019-04-20 01:49:46 +02:00
|
|
|
DISTNAME= Term-Encoding-0.03
|
2014-02-10 14:33:17 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2019-08-11 15:17:48 +02:00
|
|
|
PKGREVISION= 1
|
2014-02-10 14:33:17 +01:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
|
|
|
|
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
2019-06-30 22:14:13 +02:00
|
|
|
HOMEPAGE= https://metacpan.org/release/Term-Encoding
|
2014-02-10 14:33:17 +01:00
|
|
|
COMMENT= Detect encoding of the current terminal
|
|
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
|
2017-06-12 09:02:24 +02:00
|
|
|
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
|
2014-02-10 14:33:17 +01:00
|
|
|
PERL5_PACKLIST= auto/Term/Encoding/.packlist
|
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|