freebsd-ports/devel/py-setuptools-git/Makefile
Pawel Pekala 31c39a9283 Update to version 1.1
PR:		198693
Submitted by:	rhavenn@rhavenn.net
2015-03-20 15:46:03 +00:00

16 lines
327 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= setuptools-git
PORTVERSION= 1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Setuptools plugin for git
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>