diff options
Diffstat (limited to 'devel/p5-Thrift/Makefile')
-rw-r--r-- | devel/p5-Thrift/Makefile | 5 |
1 files changed, 2 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} |