openbsd-ports/misc/p5-I18N-Charset/Makefile

25 lines
560 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2004/06/26 07:35:08 xsa Exp $
COMMENT= "module to map charset names registered with IANA"
2004-04-27 09:15:22 -04:00
DISTNAME= I18N-Charset-1.371
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/}
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
BUILD_DEPENDS= ${RUN_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>