openbsd-ports/converters/p5-Unicode-MapUTF8/Makefile
sturm 39c1b63570 update to p5-Unicode-MapUTF8-1.10
unbreak make regress

from Bernd Ahlers <bernd at ba-net.org>
2005-08-07 10:39:47 +00:00

27 lines
612 B
Makefile

# $OpenBSD: Makefile,v 1.5 2005/08/07 10:39:47 sturm Exp $
COMMENT= "conversions to and from arbitrary character sets and UTF8"
DISTNAME= Unicode-MapUTF8-1.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= converters perl5
# same as perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
RUN_DEPENDS= ::converters/p5-Jcode \
::converters/p5-Unicode-Map
BUILD_DEPENDS= ${RUN_DEPENDS}
REGRESS_DEPENDS=::converters/p5-Unicode-String \
::converters/p5-Unicode-Map8
CONFIGURE_STYLE= perl
.include <bsd.port.mk>