diff options
author | heinz <heinz@pkgsrc.org> | 2004-05-02 20:15:14 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-05-02 20:15:14 +0000 |
commit | 49321f43ada69b62c86c6508b907bd7e4fcbbf63 (patch) | |
tree | 5f95df0501448e95280adadcb84018072a4e458f | |
parent | 1f12deeb6144ae6f25ddc375356a816b57367302 (diff) | |
download | pkgsrc-49321f43ada69b62c86c6508b907bd7e4fcbbf63.tar.gz |
Added HOMEPAGE. Package uses no compiler at all
-rw-r--r-- | misc/p5-Geography-Countries/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/p5-Geography-Countries/Makefile b/misc/p5-Geography-Countries/Makefile index 58048e37553..c369ed1813f 100644 --- a/misc/p5-Geography-Countries/Makefile +++ b/misc/p5-Geography-Countries/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/02/17 02:17:44 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2004/05/02 20:15:14 heinz Exp $ # DISTNAME= Geography-Countries-1.4 @@ -8,11 +8,13 @@ CATEGORIES= misc 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 contry names and codes PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES +USE_LANGUAGES= # empty PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Geography/Countries/.packlist .include "../../lang/perl5/module.mk" |