blob: d66c20b3f6d43d791f7e510bcc06c02eafc27f00 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= grizzled
PORTVERSION= 0.9.4
PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= The Grizzled Python Utility Library
WWW= http://www.clapper.org/software/python/grizzled/
USES= python
USE_PYTHON= distutils autoplist
post-patch:
@${RM} ${WRKSRC}/ez_setup.py
.include <bsd.port.mk>
|