pkgsrc/textproc/p5-Encode/Makefile

17 lines
474 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.49 2019/02/09 08:41:37 wen Exp $
DISTNAME= Encode-3.00
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}
2016-05-03 12:54:52 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~dankogai/Encode/
COMMENT= Provides interfaces between strings and the rest of the system
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Encode/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"