19 lines
497 B
Makefile
19 lines
497 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2009/02/24 12:00:22 tonnerre Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= Text-Unidecode-0.04
|
||
|
PKGNAME= p5-${DISTNAME}
|
||
|
CATEGORIES= textproc perl5
|
||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
||
|
|
||
|
MAINTAINER= tonnerre@NetBSD.org
|
||
|
HOMEPAGE= http://search.cpan.org/dist/Text-Unidecode/
|
||
|
COMMENT= Perl5 module that transliterates Unicode to US-ASCII
|
||
|
|
||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||
|
|
||
|
PERL5_PACKLIST= auto/Text/Unidecode/.packlist
|
||
|
|
||
|
.include "../../lang/perl5/module.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|