openbsd-ports/devel/p5-Locale-Maketext-Simple/Makefile
kevlo 3e1cbd47ec Initial import of p5-Locale-Maketext-Simple 0.12
This module is a simple wrapper around Locale::Maketext::Lexicon,
designed to alleviate the need of creating Language Classes for module
authors.
2004-12-10 02:53:09 +00:00

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>