19 lines
368 B
Makefile
19 lines
368 B
Makefile
# $OpenBSD: Makefile,v 1.18 2020/07/03 21:44:33 sthen Exp $
|
|
|
|
COMMENT= conversions to and from arbitrary character sets and UTF8
|
|
|
|
DISTNAME= Unicode-MapUTF8-1.11
|
|
REVISION= 3
|
|
CATEGORIES= converters
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= converters/p5-Jcode \
|
|
converters/p5-Unicode-Map \
|
|
converters/p5-Unicode-Map8
|
|
|
|
.include <bsd.port.mk>
|