diff --git a/x11/p5-gtk/Makefile b/x11/p5-gtk/Makefile index 7feaca11cad5..f94d636ee458 100644 --- a/x11/p5-gtk/Makefile +++ b/x11/p5-gtk/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2000/08/27 07:11:26 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2000/08/28 20:30:31 jlam Exp $ # -DISTNAME= Gtk-0.5120 -PKGNAME= p5-gtk-0.5120 +DISTNAME= Gtk-Perl-0.7003 +PKGNAME= p5-gtk-0.7003 CATEGORIES= x11 perl5 -MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/perl/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Gtk/} \ + ftp://ftp.gtk.org/pub/gtk/perl/ MAINTAINER= root@garbled.net @@ -15,6 +16,6 @@ USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Gtk/.packlist do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL .include "../../mk/bsd.pkg.mk" diff --git a/x11/p5-gtk/files/md5 b/x11/p5-gtk/files/md5 index 86fd92f8d8bc..96235c438f6a 100644 --- a/x11/p5-gtk/files/md5 +++ b/x11/p5-gtk/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/04/12 17:57:23 hubertf Exp $ +$NetBSD: md5,v 1.3 2000/08/28 20:30:34 jlam Exp $ -MD5 (Gtk-0.5120.tar.gz) = dcb58aab0cf401cfc059acdb3b3daf87 +MD5 (Gtk-Perl-0.7003.tar.gz) = a257e1c59108ce983ef617e29fad6660 diff --git a/x11/p5-gtk/pkg/COMMENT b/x11/p5-gtk/pkg/COMMENT index 59fbe07dae17..79f9358fa97b 100644 --- a/x11/p5-gtk/pkg/COMMENT +++ b/x11/p5-gtk/pkg/COMMENT @@ -1 +1 @@ -Perl bindings for gtk +Perl bindings for GTK+ diff --git a/x11/p5-gtk/pkg/DESCR b/x11/p5-gtk/pkg/DESCR index ff50adde494e..ad4a00916477 100644 --- a/x11/p5-gtk/pkg/DESCR +++ b/x11/p5-gtk/pkg/DESCR @@ -1,4 +1 @@ -This version, 0.4, of Perl/Gtk is primarily for testing against gtk+1.1.2 -and glib 1.1.3: please don't rely on it. It's does make a good sample of -things to come, but unfortunately it also seems to include a fine selection -of truly evil bugs. +This is a Perl5 interface to the Gtk+ library.