1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/py-mccabe/Makefile
William Grzybowski ac3b2bec7c - Change MAINTAINER address of all my ports
Approved by:	culot (mentor)
2013-05-15 19:33:14 +00:00

17 lines
396 B
Makefile

# Created by: William Grzybowski <william88@gmail.com>
# $FreeBSD$
PORTNAME= mccabe
PORTVERSION= 0.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Ned\'s script to check McCabe complexity
USE_PYTHON= -2.7 # It actually python3 ready, but still needs some work
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>