86b9b0b494
package. This module is needed by new versions of pylint.
22 lines
506 B
Makefile
22 lines
506 B
Makefile
# New ports collection makefile for: astng
|
|
# Date created: 27 Apr 2006
|
|
# Whom: Hye-Shik Chang
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= astng
|
|
PORTVERSION= 0.16.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ftp://ftp.logilab.org/pub/${PORTNAME}/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
COMMENT= Extension for Python compiler.ast module
|
|
|
|
RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/logilab/__init__.py:${PORTSDIR}/devel/py-logilab-common
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|