2013-03-06 18:34:51 +01:00
|
|
|
# Created by: William Grzybowski <william88@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mccabe
|
2013-07-18 18:15:41 +02:00
|
|
|
PORTVERSION= 0.2.1
|
2013-03-06 18:34:51 +01:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2013-05-15 21:33:14 +02:00
|
|
|
MAINTAINER= wg@FreeBSD.org
|
2013-03-06 18:34:51 +01:00
|
|
|
COMMENT= Ned\'s script to check McCabe complexity
|
|
|
|
|
2013-07-18 18:15:41 +02:00
|
|
|
USE_PYTHON= yes
|
2013-09-26 23:27:28 +02:00
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
PYTHON_PY3K_PLIST_HACK= yes
|
2013-03-06 18:34:51 +01:00
|
|
|
|
2013-09-26 23:27:28 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|setuptools|distutils.core|' ${WRKSRC}/${PYSETUP}
|
2013-07-18 18:15:41 +02:00
|
|
|
|
2013-09-26 23:27:28 +02:00
|
|
|
.include <bsd.port.mk>
|