freebsd-ports/devel/py-astroid/Makefile
Marcus von Appen ab4f0b9716 - Unbreak ports, which installed setup.py files due to the messed up argument
lists in PYDISTUTILS_SETUP

PR:		191317
Phabric:	D270
With hat:	python@
2014-06-28 07:03:19 +00:00

28 lines
587 B
Makefile

# $FreeBSD$
PORTNAME= astroid
PORTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= https://bitbucket.org/logilab/astroid/get/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-1.1
MAINTAINER= mva@FreeBSD.org
COMMENT= Extension for Python compiler.ast module
LICENSE= LGPL21
RUN_DEPENDS= pytest:${PORTSDIR}/devel/py-logilab-common
WRKSRC= ${WRKDIR}/logilab-astroid-e003574ae51b
MAKE_ENV= NO_SETUPTOOLS=1
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.pre.mk>
post-patch:
@${CHMOD} a+r ${WRKSRC}/brain/*.py
.include <bsd.port.post.mk>