3e1cbd47ec
This module is a simple wrapper around Locale::Maketext::Lexicon, designed to alleviate the need of creating Language Classes for module authors.
22 lines
470 B
Makefile
22 lines
470 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/10 02:53:09 kevlo Exp $
|
|
|
|
COMMENT= "simple interface to Locale::Maketext::Lexicon"
|
|
|
|
DISTNAME= Locale-Maketext-Simple-0.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|