612183f3f1
1.03 15 November 1999 - Changed the name of the directory for the distribution, ie Msgcat-version/ instead of Msgcat/. 1.02 15 November 1999 - XPG4 says that the fields in the message catalog must be separated by one blank, not many. Corrected this in the sample file.
17 lines
464 B
Makefile
17 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.14 2007/02/27 09:30:21 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Msgcat-1.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5lco
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Msgcat/
|
|
COMMENT= Perl5 module to use the message catalog functions
|
|
|
|
PERL5_PACKLIST= auto/Locale/Msgcat/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|