26 lines
608 B
Makefile
26 lines
608 B
Makefile
# $OpenBSD: Makefile,v 1.18 2005/01/12 09:00:48 kevlo Exp $
|
|
|
|
COMMENT= "module to map charset names registered with IANA"
|
|
|
|
DISTNAME= I18N-Charset-1.375
|
|
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
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=I18N/}
|
|
|
|
RUN_DEPENDS= :p5-IO-String-*:devel/p5-IO-String \
|
|
:p5-App-Info->=0.23:devel/p5-App-Info \
|
|
:p5-IO-Capture->=0.03:devel/p5-IO-Capture
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|