51 lines
1.3 KiB
Makefile
51 lines
1.3 KiB
Makefile
# 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
|
|
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.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>
|