30 lines
698 B
Makefile
30 lines
698 B
Makefile
# $OpenBSD: Makefile,v 1.3 2007/10/08 08:22:39 steven Exp $
|
|
|
|
COMMENT= Python Abstract Syntax Tree New Generation
|
|
|
|
DISTNAME= logilab-astng-0.17.0
|
|
PKGNAME= py-${DISTNAME}p0
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://www.logilab.org/projects/astng/
|
|
|
|
MAINTAINER= Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://ftp.logilab.fr/pub/astng/
|
|
|
|
MODULES= lang/python
|
|
RUN_DEPENDS= :py-logilab-common-*:devel/py-logilab-common
|
|
REGRESS_DEPENDS= ${RUN_DEPENDS} \
|
|
:pylint-*:devel/pylint
|
|
|
|
do-regress: install
|
|
cd ${WRKSRC}/test && ${MODPY_BIN} ./regrtest.py
|
|
|
|
.include <bsd.port.mk>
|