diff options
author | kim <kim@pkgsrc.org> | 2002-09-01 22:39:23 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2002-09-01 22:39:23 +0000 |
commit | 323f2569a301dfe5c991cd6e4d68c555d54e6293 (patch) | |
tree | e9aad7b36871c4ab051b6dafb386979cd328bf81 /devel/p5-Inline/Makefile | |
parent | d5e2bf0f0a93ef0d3c29ad2056d1d1a73f1301b9 (diff) | |
download | pkgsrc-323f2569a301dfe5c991cd6e4d68c555d54e6293.tar.gz |
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.
Diffstat (limited to 'devel/p5-Inline/Makefile')
-rw-r--r-- | devel/p5-Inline/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/p5-Inline/Makefile b/devel/p5-Inline/Makefile new file mode 100644 index 00000000000..f04d279cc1c --- /dev/null +++ b/devel/p5-Inline/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/01 22:39:23 kim Exp $ +# + +DISTNAME= Inline-0.43 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5inl +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Inline/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Inline/Inline.html +COMMENT= perl5 module for writing Perl subroutines in other languages + +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Inline/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |