684eb75a56
This module to map charset names registered with IANA
21 lines
420 B
Makefile
21 lines
420 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/21 16:32:52 kevlo Exp $
|
|
|
|
DISTNAME= I18N-Charset-1.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= misc perl5
|
|
NEED_VERSION= 1.351
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= I18N
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|