1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/devel/py-pydoop/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

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>