diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-12-21 18:40:15 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-12-21 18:40:15 +0000 |
commit | cc31c91465b56789b1012db6d3c1a6af451cecee (patch) | |
tree | 66ca3f868b206f173c6d7ad54bf6fab79a986278 /devel/p5-Thrift | |
parent | eaa6e7aadeb7da51aba2f8b27ff026bf659624c0 (diff) | |
download | ports-cc31c91465b56789b1012db6d3c1a6af451cecee.tar.gz ports-cc31c91465b56789b1012db6d3c1a6af451cecee.zip |
Notes
Diffstat (limited to 'devel/p5-Thrift')
-rw-r--r-- | devel/p5-Thrift/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Thrift/pkg-plist | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Thrift/Makefile b/devel/p5-Thrift/Makefile index 81f7c00f9d7a..904a8def18bd 100644 --- a/devel/p5-Thrift/Makefile +++ b/devel/p5-Thrift/Makefile @@ -6,7 +6,8 @@ # PORTNAME= Thrift -PORTVERSION= 20090622 +PORTVERSION= 0.2.0 +PORTEPOCH= 1 CATEGORIES= devel perl5 PKGNAMEPREFIX= p5- DISTFILES= @@ -18,8 +19,6 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vec BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract \ ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector -PERL_CONFIGURE= 5.6.0+ - post-extract: @${LN} -sfh \ `cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/perl ${WRKSRC} diff --git a/devel/p5-Thrift/pkg-plist b/devel/p5-Thrift/pkg-plist index 6e4c6da7f61f..87797b9cdedc 100644 --- a/devel/p5-Thrift/pkg-plist +++ b/devel/p5-Thrift/pkg-plist @@ -6,6 +6,7 @@ %%SITE_PERL%%/Thrift/HttpClient.pm %%SITE_PERL%%/Thrift/MemoryBuffer.pm %%SITE_PERL%%/Thrift/Protocol.pm +%%SITE_PERL%%/Thrift/Server.pm %%SITE_PERL%%/Thrift/Socket.pm %%SITE_PERL%%/Thrift/Transport.pm @dirrm %%SITE_PERL%%/Thrift |