aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-astng/Makefile
blob: a1619fe01faeb762194348a2f5b58d52460907ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    astng
# Date created:     27 Apr 2006
# Whom:         Hye-Shik Chang
#
# $FreeBSD$
#

PORTNAME=   astng
PORTVERSION=    0.17.4
CATEGORIES= devel python
MASTER_SITES=   ftp://ftp.logilab.org/pub/${PORTNAME}/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   logilab-${PORTNAME}-${PORTVERSION}

MAINTAINER= mva@sysfault.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
PYDISTUTILS_PKGNAME=    logilab-astng

.include <bsd.port.mk>