freebsd-ports/devel/py_static_check/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

20 lines
418 B
Makefile

# Created by: Jui-Nan Lin <jnlin@freebsd.cs.nctu.edu.tw>
# $FreeBSD$
PORTNAME= py_static_check
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw
COMMENT= Statically check your python code
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyflakes>=0.5:devel/py-pyflakes
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>