Submitted by:	bfulg@pacbell.net
Reviewed by:	mww@

update to 0.4.0

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@15478 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Markus W. Weißmann
2005-12-13 12:49:01 +00:00
parent 33be67ac29
commit 87cc7ccf66
+6 -8
View File
@@ -1,8 +1,8 @@
# $Id: Portfile,v 1.1 2005/12/06 17:05:56 mww Exp $
# $Id: Portfile,v 1.2 2005/12/13 12:49:01 mww Exp $
PortSystem 1.0
name parrot
version 0.3.1
version 0.4.0
categories lang devel
maintainers bfulgham@mac.com
description Open source virtual machine (for Perl and Python)
@@ -16,15 +16,16 @@ platforms darwin
homepage http://www.parrotcode.org/
master_sites ftp://ftp.cpan.org/pub/CPAN/authors/id/L/LT/LTOETSCH/
checksums md5 7cf99861ca6164da035c9cd258137f7e
checksums md5 d8c3ff4f2dd9fd46867a9dcaf5cd0ed5
depends_build bin:perl:perl5.8
depends_lib port:gmp port:icu
configure.cmd perl Configure.pl
configure.pre_args --prefix='${prefix}'/lib/parrot
configure.pre_args --prefix=${prefix}/lib/parrot
configure.args --jitcapable --optimize
build.type gnu
build.target
@@ -41,13 +42,10 @@ post-destroot {
xinstall -m 755 -d ${docdir}
foreach f { LICENSES NEWS PBC_COMPAT } {
foreach f { LICENSES NEWS PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO } {
file rename ${parrotpath}/${f} ${docdir}/${f}
}
system "cd ${parrotpath} && mv PLATFORMS ${docdir}"
system "cd ${parrotpath} && mv README* ${docdir}"
system "cd ${parrotpath} && mv RESPONSIBLE_PARTIES ${docdir}"
system "cd ${parrotpath} && mv TODO ${docdir}"
system "cd ${parrotpath} && mv VERSION ${docdir}"
system "cd ${parrotpath} && mv examples ${docdir}"