freebsd-ports/devel/py-astng/Makefile
Erwin Lansing 7aab84fcd2 - Update to 0.16.3
- Update WWW

PR:		107308
Submitted by:	Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by:	maintainer timeout
2007-01-06 10:43:51 +00:00

23 lines
553 B
Makefile

# New ports collection makefile for: astng
# Date created: 27 Apr 2006
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
PORTNAME= astng
PORTVERSION= 0.16.3
CATEGORIES= devel python
MASTER_SITES= ftp://ftp.logilab.org/pub/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= logilab-${PORTNAME}-${PORTVERSION}
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= 2.3+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>