# $Id: Portfile 67067 2010-04-28 10:52:35Z ryandesign@macports.org $

PortSystem			1.0
PortGroup			perl5 1.0
perl5.setup			Inline 0.44
revision			2
maintainers			nomaintainer
description			Write Perl subroutines in other programming languages
long_description \
	Inline lets you write Perl subroutines in other programming languages \
	like C, C++, Java, Python, Tcl and even Assembly. You don't need to \
	compile anything. All the details are handled transparently so you can \
	just run your Perl script like normal.

platforms			darwin

checksums			md5 840f47d9b6cef39e68370faf9dceab2c

depends_lib-append			port:p5-parse-recdescent

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}

patchfiles			patch-C-Makefile.PL
