aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-ExtUtils-XSpp/Makefile
blob: c4a3c5cd1a505df6a8670f4dea24bbb35808f5b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Cezary Morga <cm@therek.net>
# $FreeBSD$

PORTNAME=   ExtUtils-XSpp
PORTVERSION=    0.16.03
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}

MAINTAINER= pclin@FreeBSD.org
COMMENT=    XS for C++ in Perl

BUILD_DEPENDS=  p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
        p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences

USES=       perl5
USE_PERL5=  modbuild

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501301
BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=2.22.02:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
.endif

.include <bsd.port.post.mk>