aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Thrift/Makefile
blob: 0df967b644f4f4d95ec753f38c0ffbcca886671f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Sergey Skvortsov <skv@protey.ru>

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=	p5-Bit-Vector>=0:math/p5-Bit-Vector
RUN_DEPENDS=	p5-Bit-Vector>=0:math/p5-Bit-Vector
FETCH_DEPENDS+=	${NONEXISTENT}:devel/thrift:extract

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes

post-extract:
	@${LN} -sfh \
	`cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/perl ${WRKSRC}

.include "../thrift/bsd.thrift.mk"
.include <bsd.port.mk>