blob: 46397465f1d23fbd8bc8d197ff3435892256bc05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.3 2014/10/09 14:06:27 wiz Exp $
DISTNAME= Term-Encoding-0.02
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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}
PERL5_PACKLIST= auto/Term/Encoding/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|