mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Add p5-Thrift 0.1, perl interface to Thrift.
This commit is contained in:
parent
a7cbcfdbd5
commit
096d2a29e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200144
@ -1621,6 +1621,7 @@
|
|||||||
SUBDIR += p5-Thread-Apartment
|
SUBDIR += p5-Thread-Apartment
|
||||||
SUBDIR += p5-Thread-Pool-Simple
|
SUBDIR += p5-Thread-Pool-Simple
|
||||||
SUBDIR += p5-Thread-Queue-Duplex
|
SUBDIR += p5-Thread-Queue-Duplex
|
||||||
|
SUBDIR += p5-Thrift
|
||||||
SUBDIR += p5-Tie-Array-Pack
|
SUBDIR += p5-Tie-Array-Pack
|
||||||
SUBDIR += p5-Tie-Array-Sorted
|
SUBDIR += p5-Tie-Array-Sorted
|
||||||
SUBDIR += p5-Tie-CPHash
|
SUBDIR += p5-Tie-CPHash
|
||||||
|
27
devel/p5-Thrift/Makefile
Normal file
27
devel/p5-Thrift/Makefile
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
# New ports collection makefile for: Thrift
|
||||||
|
# Date created: 27 September 2007
|
||||||
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Thrift
|
||||||
|
PORTVERSION= 0.1
|
||||||
|
CATEGORIES= devel
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
DISTFILES=
|
||||||
|
|
||||||
|
MAINTAINER= skv@FreeBSD.org
|
||||||
|
COMMENT= Perl interface to Thrift
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector
|
||||||
|
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract \
|
||||||
|
${RUN_DEPENDS}
|
||||||
|
|
||||||
|
PERL_CONFIGURE= 5.6.0+
|
||||||
|
|
||||||
|
post-extract:
|
||||||
|
@${LN} -sfh \
|
||||||
|
`cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/perl ${WRKSRC}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/p5-Thrift/pkg-descr
Normal file
3
devel/p5-Thrift/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Perl interface to Thrift.
|
||||||
|
|
||||||
|
WWW: http://developers.facebook.com/thrift/
|
11
devel/p5-Thrift/pkg-plist
Normal file
11
devel/p5-Thrift/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Thrift/.packlist
|
||||||
|
%%SITE_PERL%%/Thrift.pm
|
||||||
|
%%SITE_PERL%%/Thrift/BinaryProtocol.pm
|
||||||
|
%%SITE_PERL%%/Thrift/BufferedTransport.pm
|
||||||
|
%%SITE_PERL%%/Thrift/FramedTransport.pm
|
||||||
|
%%SITE_PERL%%/Thrift/MemoryBuffer.pm
|
||||||
|
%%SITE_PERL%%/Thrift/Protocol.pm
|
||||||
|
%%SITE_PERL%%/Thrift/Socket.pm
|
||||||
|
%%SITE_PERL%%/Thrift/Transport.pm
|
||||||
|
@dirrm %%SITE_PERL%%/Thrift
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Thrift
|
Loading…
Reference in New Issue
Block a user