diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-09 14:24:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-09 14:24:49 +0000 |
commit | 403d7f0f234fe72a028950cabf47a45c59944493 (patch) | |
tree | 2f29d35a821c98beef89817e1486c110abc67dba /lang | |
parent | ced42082201236ec428dab3abb72a8007bf40a82 (diff) | |
download | ports-403d7f0f234fe72a028950cabf47a45c59944493.tar.gz ports-403d7f0f234fe72a028950cabf47a45c59944493.zip |
Notes
Diffstat (limited to 'lang')
-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 92049c199677..1b417d24c7da 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}" |