14 lines
257 B
Makefile
14 lines
257 B
Makefile
COMMENT = US-ASCII transliterations of Unicode text
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Text-Unidecode-1.30
|
|
CATEGORIES = textproc
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Mikolaj Kucharski <mikolaj@kucharski.name>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
.include <bsd.port.mk>
|