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 3c015673874..0d7a0135375 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2012/02/26 10:00:03 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2012/03/08 10:11:23 he Exp $ # -VERSION= 3.9.0 -RTYPE= supported +VERSION= 3.10.0 +RTYPE= devel DISTNAME= parrot-${VERSION} CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${RTYPE}/${VERSION}/ |