# New ports collection makefile for:	ExtUtils::XSBuilder
# Date created:				11 Sep 2003
# Whom:                			vanilla
#
# $FreeBSD: ports/devel/p5-ExtUtils-XSBuilder/Makefile,v 1.2 2004/04/20 07:43:13 skv Exp $
#

PORTNAME=	ExtUtils-XSBuilder
PORTVERSION=	0.25
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>
