mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
26 lines
542 B
Makefile
26 lines
542 B
Makefile
# New ports collection makefile for: astng
|
|
# Date created: 27 Apr 2006
|
|
# Whom: Hye-Shik Chang
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= astng
|
|
PORTVERSION= 0.23.0
|
|
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.mk>
|