freebsd-ports/devel/py-extras/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

17 lines
279 B
Makefile

# $FreeBSD$
PORTNAME= extras
PORTVERSION= 0.0.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cs@FreeBSD.org
COMMENT= Useful extra bits for Python
LICENSE= MIT
USES= python
USE_PYTHON= distutils
.include <bsd.port.mk>