# New ports collection makefile for:	ExtUtils::ParseXS
# Date created:				29 June 2003
# Whom:                			Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD: ports/devel/p5-ExtUtils-ParseXS/Makefile,v 1.17 2010/02/15 15:28:31 demon Exp $
#

PORTNAME=	ExtUtils-ParseXS
PORTVERSION=	2.22.03
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
DISTNAME=	${PORTNAME}-2.2203
PKGNAMEPREFIX=	p5-

MAINTAINER=	demon@FreeBSD.org
COMMENT=	Converts Perl XS code into C code

PERL_CONFIGURE=	yes

MAN3=		ExtUtils::ParseXS.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500903
BUILD_DEPENDS+=	p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
.endif

.include <bsd.port.post.mk>
