blob: aa39aba4f08a51f94888e20c06ccd63a3d1699be (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
# 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
PERL_MODBUILD= yes
MAN1= xspp.1
MAN3= ExtUtils::XSpp.3 \
ExtUtils::XSpp::Cmd.3 \
ExtUtils::XSpp::Exception.3 \
ExtUtils::XSpp::Node.3 \
ExtUtils::XSpp::Node::Access.3 \
ExtUtils::XSpp::Node::Argument.3 \
ExtUtils::XSpp::Node::Class.3 \
ExtUtils::XSpp::Node::Comment.3 \
ExtUtils::XSpp::Node::Constructor.3 \
ExtUtils::XSpp::Node::Destructor.3 \
ExtUtils::XSpp::Node::Enum.3 \
ExtUtils::XSpp::Node::EnumValue.3 \
ExtUtils::XSpp::Node::File.3 \
ExtUtils::XSpp::Node::Function.3 \
ExtUtils::XSpp::Node::Method.3 \
ExtUtils::XSpp::Node::Module.3 \
ExtUtils::XSpp::Node::Package.3 \
ExtUtils::XSpp::Node::PercAny.3 \
ExtUtils::XSpp::Node::Raw.3 \
ExtUtils::XSpp::Parser.3 \
ExtUtils::XSpp::Plugin.3 \
ExtUtils::XSpp::Typemap.3
.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>
|