blob: 2fd687130b04dc916adf453fe74622cc5dd8e54a (
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
27
28
|
# New ports collection makefile for: Thrift
# Date created: 27 September 2007
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Thrift
PORTVERSION= 0.2.0
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>
|