# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Inline 0.80 license {Artistic-1 GPL} 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 rmd160 d47ec0d66c0d43a3378c7b6470bd85acd967a44f \ sha256 7e2bd984b1ebd43e336b937896463f2c6cb682c956cbd2c311a464363d2ccef6 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-warn supported_archs noarch }