freebsd-ports/devel/p5-Thrift/Makefile
Martin Wilke ec7d255662 - Add/Switch to FETCH_DEPENDS to fix fetch during build
Reported by:	phw
With hat:	portmgr
2012-05-23 00:23:12 +00:00

29 lines
816 B
Makefile

# New ports collection makefile for: Thrift
# Date created: 27 September 2007
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Thrift
PORTVERSION= ${THRIFT_PORTVERSION} # need to keep this in sync with ../thrift see ../thrift/bsd.thrift.mk
PORTEPOCH= 1
CATEGORIES= devel perl5
PKGNAMEPREFIX= p5-
DISTFILES=
MAINTAINER= komarov@valerka.net
COMMENT= Perl interface to Thrift
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Bit/Vector.pm:${PORTSDIR}/math/p5-Bit-Vector
FETCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract
PERL_CONFIGURE= YES
post-extract:
@${LN} -sfh \
`cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/perl ${WRKSRC}
.include "../thrift/bsd.thrift.mk"
.include <bsd.port.mk>