openbsd-ports/devel/p5-Locale-Maketext-Gettext/Makefile
msf 14e80a9336 Initial import of Locale-Maketext-Gettext
Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks.
It is a subclass of Locale::Maketext(3) that follows the way GNU gettext
works. It works seamlessly, both in the sense of GNU gettext and
Maketext. As a result, you enjoy both their advantages, and get rid of
both their problems, too.
2004-12-08 18:26:32 +00:00

24 lines
486 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/12/08 18:26:32 msf Exp $
COMMENT= "joins the gettext and maketext frameworks"
DISTNAME= Locale-Maketext-Gettext-1.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= converters perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@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
PKG_ARCH= *
.include <bsd.port.mk>