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 b8e15aa2aa5..f0cb9be55de 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.56 2012/03/09 10:02:21 he Exp $ +# $NetBSD: Makefile,v 1.57 2012/03/09 14:06:31 he Exp $ # -VERSION= 4.0.0 -RTYPE= stable +VERSION= 4.1.0 +RTYPE= devel DISTNAME= parrot-${VERSION} CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${RTYPE}/${VERSION}/ |