2006-07-14 01:05:40 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2006/07/14 05:05:40 steven Exp $
|
2001-05-05 22:29:37 -04:00
|
|
|
|
|
|
|
COMMENT= "module to map charset names registered with IANA"
|
2001-01-21 11:32:52 -05:00
|
|
|
|
2006-07-14 01:05:40 -04:00
|
|
|
DISTNAME= I18N-Charset-1.379
|
2001-01-21 11:32:52 -05:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= misc perl5
|
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-05-13 19:31:24 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=I18N/}
|
2001-01-21 11:32:52 -05:00
|
|
|
|
2004-06-26 03:35:05 -04:00
|
|
|
RUN_DEPENDS= :p5-IO-String-*:devel/p5-IO-String \
|
2005-01-12 04:00:48 -05:00
|
|
|
:p5-App-Info->=0.23:devel/p5-App-Info \
|
|
|
|
:p5-IO-Capture->=0.03:devel/p5-IO-Capture
|
2004-06-26 03:35:05 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2006-07-14 01:05:40 -04:00
|
|
|
REGRESS_DEPENDS=:p5-Unicode-Map-*:converters/p5-Unicode-Map \
|
|
|
|
:p5-Unicode-Map8-*:converters/p5-Unicode-Map8 \
|
|
|
|
:p5-Unicode-MapUTF8-*:converters/p5-Unicode-MapUTF8
|
2002-02-20 00:34:33 -05:00
|
|
|
|
2001-01-21 11:32:52 -05:00
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
2006-07-14 01:05:40 -04:00
|
|
|
PKG_ARCH= *
|
|
|
|
|
2001-01-21 11:32:52 -05:00
|
|
|
.include <bsd.port.mk>
|