Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
19 lines
616 B
Makefile
19 lines
616 B
Makefile
# $NetBSD: Makefile,v 1.14 2003/06/02 01:18:09 jschauma Exp $
|
|
# FreeBSD Id: Makefile,v 1.1.1.1 1997/06/27 01:51:12 jfitz Exp
|
|
#
|
|
|
|
DISTNAME= Locale-Codes-1.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5lco
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Locale-Codes/Locale/Country.html
|
|
COMMENT= perl5 module providing access to ISO3166 and ISO639 Country Codes
|
|
|
|
USE_BUILDLINK2= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Locale/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|