blob: 09b222b8caa34c8564ba0d8007faf07119cdb502 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $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"
|