0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
17 lines
491 B
Makefile
17 lines
491 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/06/12 10:49:46 wiz Exp $
|
|
|
|
DISTNAME= Term-Encoding-0.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
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"
|