diff options
author | obache <obache@pkgsrc.org> | 2010-08-04 11:40:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-04 11:40:29 +0000 |
commit | 5d4bc284582102bc941c2c7b5260a91a2e5b2161 (patch) | |
tree | fc29a8353b9398d0ee48a66520e145e08236e691 /graphics/p5-clutter/Makefile | |
parent | 54cb1b74beb88366d115369e7d552bc804bc6a26 (diff) | |
download | pkgsrc-5d4bc284582102bc941c2c7b5260a91a2e5b2161.tar.gz |
Update p5-clutter to 1.002.
Clutter 1.002
=============
* Allow omitting FOREACH_WITH_INTERNALS from Container implementations,
just like the documentation said
* Improve Clutter::Animation documentation
* Improve the examples
Diffstat (limited to 'graphics/p5-clutter/Makefile')
-rw-r--r-- | graphics/p5-clutter/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/p5-clutter/Makefile b/graphics/p5-clutter/Makefile index e5981e393fa..7c4f4f2294b 100644 --- a/graphics/p5-clutter/Makefile +++ b/graphics/p5-clutter/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2010/06/13 22:44:40 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2010/08/04 11:40:29 obache Exp $ # -DISTNAME= clutter-perl-1.0.1 -PKGNAME= p5-${DISTNAME:S/-perl-/-/} -PKGREVISION= 2 +DISTNAME= Clutter-1.002 +PKGNAME= p5-${DISTNAME:tl} CATEGORIES= graphics -MASTER_SITES= http://www.clutter-project.org/sources/clutter-perl/1.0/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Clutter/} MAINTAINER= obache@NetBSD.org HOMEPAGE= http://www.clutter-project.org/ |