blob: f3986100820fbc51c92af978f68a50f34f8d9d76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Nicola Vitale
# $FreeBSD$
PORTNAME= protocols
PORTVERSION= 0.9.3
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://peak.telecommunity.com/dist/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyProtocols-${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python module extending the PEP 246 adapt() function
USES= python
USE_PYTHON= distutils autoplist
post-patch:
@${RM} -rf ${WRKSRC}/setuptools
.include <bsd.port.mk>
|