89e07f4a18
Approved by: portmgr (implicit)
17 lines
279 B
Makefile
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>
|