freebsd-ports/devel/p5-ExtUtils-XSpp/Makefile
2011-09-17 06:50:17 +00:00

47 lines
1.3 KiB
Makefile

# New ports collection makefile for: p5-ExtUtils-XSpp
# Date created: August 22nd 2009
# Whom: Cezary Morga <cm@therek.net>
#
# $FreeBSD$
#
PORTNAME= ExtUtils-XSpp
PORTVERSION= 0.15
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= cm@therek.net
COMMENT= XS for C++ in Perl
BUILD_DEPENDS= p5-ExtUtils-ParseXS>=2.22.02:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \
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.mk>