mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
23 lines
508 B
Makefile
23 lines
508 B
Makefile
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pydoop
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= Python interface to Hadoop
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/yarn:devel/hadoop2
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/yarn:devel/hadoop2
|
|
|
|
USES= python:2
|
|
USE_PYTHON= distutils autoplist
|
|
USE_JAVA= 1.7
|
|
MAKE_ENV+= HADOOP_HOME=${LOCALBASE} \
|
|
JAVA_HOME=${JAVA_HOME}
|
|
|
|
.include <bsd.port.mk>
|