17 lines
254 B
Makefile
17 lines
254 B
Makefile
|
COMMENT = determine the locale encoding
|
||
|
|
||
|
DISTNAME = Encode-Locale-1.05
|
||
|
CATEGORIES = textproc
|
||
|
CPAN_AUTHOR = GAAS
|
||
|
REVISION = 0
|
||
|
|
||
|
MAINTAINER = Nigel Taylor <nigel@openbsd.org>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|