- Add patches: THRIFT-1102, THRIFT-705 Changes: http://svn.apache.org/viewvc/thrift/tags/thrift-0.6.1/CHANGES?revision=1096491&view=co PR: ports/159380 Submitted by: Gasol Wu <gasol.wu@gmail.com>
28 lines
678 B
Makefile
28 lines
678 B
Makefile
# New ports collection makefile for: Thrift
|
|
# Date created: 27 September 2007
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Thrift
|
|
PORTVERSION= 0.6.1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel perl5
|
|
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 \
|
|
${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
post-extract:
|
|
@${LN} -sfh \
|
|
`cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/perl ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|