freebsd-ports/devel/py-six/Makefile
Ruslan Makhmatkhanov f210d95e72 - pass maintainership to zope@
- trim Makefile header, while here

Approved by:	clsung (maintainer, via linkedin)
Feature safe:   yes
2013-04-17 06:44:00 +00:00

23 lines
467 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= six
PORTVERSION= 1.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= zope@FreeBSD.org
COMMENT= Python 2 and 3 compatibility utilities
LICENSE= MIT
# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/six.py \
%%PYTHON_SITELIBDIR%%/six.pyc \
%%PYTHON_SITELIBDIR%%/six.pyo
.include <bsd.port.mk>