aboutsummaryrefslogtreecommitdiff
path: root/contrib/perl5/ext/Socket/Makefile.PL
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-09-09 07:00:04 +0000
committerMark Murray <markm@FreeBSD.org>1998-09-09 07:00:04 +0000
commitff6b7ba98e8d4aab04cbe2bfdffdfc9171c1812b (patch)
tree58b20e81687d6d5931f120b50802ed21225bf440 /contrib/perl5/ext/Socket/Makefile.PL
Initial import of Perl5. The king is dead; long live the king!vendor/perl5/5.005.02
Notes
Notes: svn path=/vendor/perl5/dist/; revision=38980 svn path=/vendor/perl5/5.005.02/; revision=38982; tag=vendor/perl5/5.005.02
Diffstat (limited to 'contrib/perl5/ext/Socket/Makefile.PL')
-rw-r--r--contrib/perl5/ext/Socket/Makefile.PL7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/perl5/ext/Socket/Makefile.PL b/contrib/perl5/ext/Socket/Makefile.PL
new file mode 100644
index 000000000000..7b9469a728ea
--- /dev/null
+++ b/contrib/perl5/ext/Socket/Makefile.PL
@@ -0,0 +1,7 @@
+use ExtUtils::MakeMaker;
+WriteMakefile(
+ NAME => 'Socket',
+ VERSION_FROM => 'Socket.pm',
+ MAN3PODS => ' ', # Pods will be built by installman.
+ XSPROTOARG => '-noprototypes', # XXX remove later?
+);