summaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-XSBuilder/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-09-27 13:38:33 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-09-27 13:38:33 +0000
commit5d81e98931b67368de19411a39d7338da1327893 (patch)
tree2362d01c9f455657712661d3f8e37ea681d82770 /devel/p5-ExtUtils-XSBuilder/Makefile
parent- Update to version 030926 (diff)
Add p5-ExtUtils-XSBuilder, it's a set modules to parse C header files and
create XS glue code and documentation out of it. Sponsor by: Open Source Software Foundry <http://www.openfoundry.org>
Notes
Notes: svn path=/head/; revision=89543
Diffstat (limited to 'devel/p5-ExtUtils-XSBuilder/Makefile')
-rw-r--r--devel/p5-ExtUtils-XSBuilder/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-ExtUtils-XSBuilder/Makefile b/devel/p5-ExtUtils-XSBuilder/Makefile
new file mode 100644
index 000000000000..ca65d02be548
--- /dev/null
+++ b/devel/p5-ExtUtils-XSBuilder/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: ExtUtils::XSBuilder
+# Date created: 11 Sep 2003
+# Whom: vanilla
+#
+# $FreeBSD$
+#
+
+PORTNAME= ExtUtils-XSBuilder
+PORTVERSION= 0.23
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ExtUtils
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Autogenerating XS-glue Code
+
+RUN_DEPENDS= ${SITE_PERL}/Tie/IxHash.pm:${PORTSDIR}/devel/p5-Tie-IxHash
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
+PERL_CONFIGURE= yes
+CONFIGURE_ARGS= INSTALLDIRS=site
+
+MAN3= ExtUtils::XSBuilder.3 ExtUtils::xsbuilder.osc2002.3
+
+.include <bsd.port.mk>