diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-09 04:23:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-10-09 04:23:48 +0000 |
commit | 4eae54d969e5107ce4b2f5ca9480b7279dd6fdc6 (patch) | |
tree | 6b62ca36f3827d20d961d807acaf2dbe021a336d /devel/p5-ExtUtils-XSpp | |
parent | 0518c5b9db0370280a943a248a12b423133d3bf2 (diff) | |
download | ports-4eae54d969e5107ce4b2f5ca9480b7279dd6fdc6.tar.gz ports-4eae54d969e5107ce4b2f5ca9480b7279dd6fdc6.zip |
Notes
Diffstat (limited to 'devel/p5-ExtUtils-XSpp')
-rw-r--r-- | devel/p5-ExtUtils-XSpp/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-ExtUtils-XSpp/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-ExtUtils-XSpp/pkg-plist | 5 |
3 files changed, 16 insertions, 7 deletions
diff --git a/devel/p5-ExtUtils-XSpp/Makefile b/devel/p5-ExtUtils-XSpp/Makefile index d5dcc033d001..2efdcbf51921 100644 --- a/devel/p5-ExtUtils-XSpp/Makefile +++ b/devel/p5-ExtUtils-XSpp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ExtUtils-XSpp -PORTVERSION= 0.11 +PORTVERSION= 0.15 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= cm@therek.net COMMENT= XS for C++ in Perl -BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/ParseXS.pm:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \ - ${SITE_PERL}/Test/Base.pm:${PORTSDIR}/devel/p5-Test-Base \ - ${SITE_PERL}/Test/Differences.pm:${PORTSDIR}/devel/p5-Test-Differences +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= 5.6.1+ @@ -31,13 +31,17 @@ MAN3= ExtUtils::XSpp.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> diff --git a/devel/p5-ExtUtils-XSpp/distinfo b/devel/p5-ExtUtils-XSpp/distinfo index 2b400d2514d7..2fcd4c0d2522 100644 --- a/devel/p5-ExtUtils-XSpp/distinfo +++ b/devel/p5-ExtUtils-XSpp/distinfo @@ -1,3 +1,3 @@ -MD5 (ExtUtils-XSpp-0.11.tar.gz) = aed841f1a71979694d8125bd7d7a8386 -SHA256 (ExtUtils-XSpp-0.11.tar.gz) = 58580e090f214db581b2f2c11997945db1b2098a0d74f2c0d713e4a002d1d07f -SIZE (ExtUtils-XSpp-0.11.tar.gz) = 107506 +MD5 (ExtUtils-XSpp-0.15.tar.gz) = 72a9335b700fdcd11afc378a22f439c1 +SHA256 (ExtUtils-XSpp-0.15.tar.gz) = a44fefa7c8b967ec0f293b838ba7bcc2d63c0713adb5122a0a66ed2da73dc8b1 +SIZE (ExtUtils-XSpp-0.15.tar.gz) = 172543 diff --git a/devel/p5-ExtUtils-XSpp/pkg-plist b/devel/p5-ExtUtils-XSpp/pkg-plist index 9cd5f8af531c..48b479efd986 100644 --- a/devel/p5-ExtUtils-XSpp/pkg-plist +++ b/devel/p5-ExtUtils-XSpp/pkg-plist @@ -19,14 +19,19 @@ bin/xspp %%SITE_PERL%%/ExtUtils/XSpp/Node/Comment.pm %%SITE_PERL%%/ExtUtils/XSpp/Node/Constructor.pm %%SITE_PERL%%/ExtUtils/XSpp/Node/Destructor.pm +%%SITE_PERL%%/ExtUtils/XSpp/Node/Enum.pm +%%SITE_PERL%%/ExtUtils/XSpp/Node/EnumValue.pm %%SITE_PERL%%/ExtUtils/XSpp/Node/File.pm %%SITE_PERL%%/ExtUtils/XSpp/Node/Function.pm %%SITE_PERL%%/ExtUtils/XSpp/Node/Method.pm %%SITE_PERL%%/ExtUtils/XSpp/Node/Module.pm %%SITE_PERL%%/ExtUtils/XSpp/Node/Package.pm +%%SITE_PERL%%/ExtUtils/XSpp/Node/PercAny.pm +%%SITE_PERL%%/ExtUtils/XSpp/Node/Preprocessor.pm %%SITE_PERL%%/ExtUtils/XSpp/Node/Raw.pm %%SITE_PERL%%/ExtUtils/XSpp/Node/Type.pm %%SITE_PERL%%/ExtUtils/XSpp/Parser.pm +%%SITE_PERL%%/ExtUtils/XSpp/Plugin.pod %%SITE_PERL%%/ExtUtils/XSpp/Typemap.pm %%SITE_PERL%%/ExtUtils/XSpp/Typemap/parsed.pm %%SITE_PERL%%/ExtUtils/XSpp/Typemap/reference.pm |