diff options
Diffstat (limited to 'lang/parrot/Makefile')
-rw-r--r-- | lang/parrot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index c8c5366cc40..4e2a29e16f0 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.42 2011/01/30 10:52:09 he Exp $ +# $NetBSD: Makefile,v 1.43 2011/02/19 13:07:47 he Exp $ # -VERSION= 3.0.0 -RTYPE= stable +VERSION= 3.1.0 +RTYPE= devel DISTNAME= parrot-${VERSION} CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${RTYPE}/${VERSION}/ |