2004-06-26 03:35:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2004/06/26 07:35:08 xsa 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
|
|
|
|
2004-04-27 09:15:22 -04:00
|
|
|
DISTNAME= I18N-Charset-1.371
|
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 \
|
2003-05-23 04:58:40 -04:00
|
|
|
:p5-App-Info->=0.23:devel/p5-App-Info
|
2004-06-26 03:35:05 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2002-02-20 00:34:33 -05:00
|
|
|
|
2001-01-21 11:32:52 -05:00
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|