diff options
Diffstat (limited to 'lang/parrot/Makefile')
-rw-r--r-- | lang/parrot/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index b9cccc43b6a8..af4a90e4566b 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -6,11 +6,10 @@ # PORTNAME= parrot -PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTVERSION= 0.6.0 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../authors/id/R/RG/RGRJR/ +MASTER_SITE_SUBDIR= ../../authors/id/B/BS/BSCHMAL/ MAINTAINER= skv@FreeBSD.org COMMENT= Parrot - virtual machine for dynamic languages @@ -21,8 +20,6 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \ icudata:${PORTSDIR}/devel/icu -BROKEN= Bad plist - USE_BISON= build USE_GCC= 3.4+ USE_PERL5= 5.8.0+ |