freebsd-ports/devel/py-d2to1/Makefile
Kubilay Kocak 28eb882aa0 devel/py-d2to1: Update Created by: header and MAINTAINER
Charlie Root is not the creator, nor the maintainer of this port. Take my
credit where it's due.

Reported by:	az
2013-06-18 11:09:58 +00:00

18 lines
368 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= d2to1
PORTVERSION= 0.2.10
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Distutils2-like setup.cfg files with setuptools setup.py
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>