pkgsrc changes: - Add license definition Upstream changes: Version 2009040901 - Force DATA encoding to be iso-8859-1 (davidhull/RT #38005) ---- Version 2009040801 - Moved to git and github. - Modernized distro.
25 lines
677 B
Makefile
25 lines
677 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/03/16 18:40:35 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Geography-Countries-2009041301
|
|
PKGNAME= p5-${DISTNAME}
|
|
#PKGREVISION= 3
|
|
SVR4_PKGNAME= p5gcn
|
|
CATEGORIES= geography perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geography/}
|
|
|
|
MAINTAINER= gson@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Geography-Countries/
|
|
COMMENT= Perl5 module for mapping country names and codes
|
|
LICENSE= mit
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Geography/Countries/.packlist
|
|
|
|
PREV_PKGPATH= misc/p5-Geography-Countries
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|