freebsd-ports/devel/p5-ExtUtils-XSBuilder/Makefile
Vanilla I. Shu 5d81e98931 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>
2003-09-27 13:38:33 +00:00

26 lines
606 B
Makefile

# 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>