# 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.3 2010/02/06 00:23:59 amdmi3 Exp $
#

PORTNAME=	ExtUtils-XSpp
PORTVERSION=	0.08
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.3 \
		ExtUtils::XSpp::Cmd.3 \
		ExtUtils::XSpp::Node.3 \
		ExtUtils::XSpp::Parser.3 \
		ExtUtils::XSpp::Typemap.3

.include <bsd.port.mk>
