1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/p5-Thrift/Makefile
Michael Scheidell bfadc0e1ff - Update to 0.8.0 via new bsd.thrift.mk file
PR:		ports/163677
Approved by:	gabor (mentor)
2012-01-06 01:06:16 +00:00

30 lines
804 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
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 "../thrift/bsd.thrift.mk"
.include <bsd.port.mk>