680fff6aee
This module provides lexicon-handling modules to read from other localization formats, such as Gettext, Msgcat, and so on.
25 lines
565 B
Makefile
25 lines
565 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/08 18:36:18 msf Exp $
|
|
|
|
COMMENT= "Use other catalog formats in Locale::Maketext"
|
|
|
|
DISTNAME= Locale-Maketext-Lexicon-0.45
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
|
|
HOMEPAGE= http://search.cpan.org/dist/Locale-Maketext-Lexicon/
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|