freebsd-ports/devel/py-astng/Makefile
Marcus von Appen 81902d0a6c - Fix file permissions for py2stdlib module
PR:		ports/170290
Reported by:	Garrett Cooper <yanegomi@gmail.com>
2012-08-02 07:39:04 +00:00

31 lines
648 B
Makefile

# New ports collection makefile for: astng
# Date created: 27 Apr 2006
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
PORTNAME= astng
PORTVERSION= 0.24.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= LOGILAB
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= logilab-${PORTNAME}-${PORTVERSION}
MAINTAINER= mva@FreeBSD.org
COMMENT= Extension for Python compiler.ast module
RUN_DEPENDS= pytest:${PORTSDIR}/devel/py-logilab-common
MAKE_ENV= NO_SETUPTOOLS=1
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= logilab-astng
.include <bsd.port.pre.mk>
post-patch:
@${CHMOD} a+r ${WRKSRC}/brain/py2stdlib.py
.include <bsd.port.post.mk>