summaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-06-29 09:17:39 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-06-29 09:17:39 +0000
commitf3ea002a95bd4577b393ff11deaa9e754ca4af80 (patch)
treea175c2547399994acdfeb992e7b4904def454dc8 /devel/Makefile
parentFix build for -CURRENT (malloc.h issue). (diff)
New port: ExtUtils::ParseXS.
ExtUtils::ParseXS will compile XS code into C code by embedding the constructs necessary to let C functions manipulate Perl values and creates the glue necessary to let Perl access those functions. The compiler uses typemaps to determine how to map C function parameters and variables to Perl values.
Notes
Notes: svn path=/head/; revision=83806
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index baf8c10383b9..0d7ce83686da 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -561,6 +561,7 @@
SUBDIR += p5-Event
SUBDIR += p5-Exception-Class
SUBDIR += p5-Exporter-Lite
+ SUBDIR += p5-ExtUtils-ParseXS
SUBDIR += p5-File-BasicFlock
SUBDIR += p5-File-Binary
SUBDIR += p5-File-Cache