summaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-XSpp/Makefile
blob: 03fde60278c131948ccf49c8c66152e9d77d41da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	ExtUtils-XSpp
PORTVERSION=	0.18
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	XS for C++ in Perl
WWW=		https://metacpan.org/release/ExtUtils-XSpp

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

TEST_DEPENDS=	p5-Test-Base>=0:devel/p5-Test-Base \
		p5-Test-Differences>=0:devel/p5-Test-Differences

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>