# New ports collection makefile for:	p5-ExtUtils-XSpp
# Date created:				August 22nd 2009
# Whom:	      				Cezary Morga <cm@therek.net>
#
# $FreeBSD: ports/devel/p5-ExtUtils-XSpp/Makefile,v 1.1 2009/08/23 23:19:40 lippe Exp $
#

PORTNAME=	ExtUtils-XSpp
PORTVERSION=	0.04
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	cm@therek.net
COMMENT=	XS for C++ in Perl

BUILD_DEPENDS=	${SITE_PERL}/Test/Base.pm:${PORTSDIR}/devel/p5-Test-Base \
		${SITE_PERL}/Test/Differences.pm:${PORTSDIR}/devel/p5-Test-Differences

PERL_MODBUILD=	5.6.1+

MAN1=		xspp.1
MAN3=		ExtUtils::XSpp::Typemap.3 \
		ExtUtils::XSpp::Parser.3 \
		ExtUtils::XSpp.3 \
		ExtUtils::XSpp::Node.3

.include <bsd.port.mk>
