pkgsrc-wip/p5-Locale-libintl/Makefile
Peter Schuller 8379ba1cc5 * import libintl-perl:
"The package libintl-perl is an internationalization library for Perl
that aims to be compatible with the Uniforum message translations
system as implemented for example in GNU gettext."
2005-10-16 17:38:12 +00:00

18 lines
538 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/10/16 17:38:12 scode Exp $
P5_LIBINTL_VER= 1.16
DISTNAME= libintl-perl-${P5_LIBINTL_VER}
PKGNAME= p5-Locale-libintl-${P5_LIBINTL_VER}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
MAINTAINER= peter.schuller@infidyne.com
HOMEPAGE= http://search.cpan.org/dist/libintl-perl/
COMMENT= Perl internationalization library
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/libintl-perl/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"