freebsd-ports/devel/p5-Thrift/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

28 lines
694 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Thrift
PORTVERSION= ${THRIFT_PORTVERSION} # need to keep this in sync with ../thrift see ../thrift/bsd.thrift.mk
PORTREVISION= 2
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>