diff options
-rw-r--r-- | lang/parrot/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 92049c1..1b417d2 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -3,6 +3,7 @@ PORTNAME= parrot PORTVERSION= 7.6.0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/supported/${PORTVERSION}/ \ LOCAL/sunpoet @@ -33,7 +34,12 @@ CONFIGURE_SCRIPT= Configure.pl INSTALL_TARGET= install-dev MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -USES= bison gmake perl5 tar:bzip2 +USES= bison gmake perl5 shebangfix tar:bzip2 +SHEBANG_FILES= tools/dev/create_language.pl \ + tools/dev/gen_makefile.pl \ + tools/dev/pprof2cg.pl \ + tools/dev/reconfigure.pl +perl_OLD_CMD= perl DOCSDIR= share/doc/${PORTNAME}/${PORTVERSION} PLIST_SUB= PARROT_VER="${PORTVERSION}" |