mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
89e07f4a18
Approved by: portmgr (implicit)
23 lines
489 B
Makefile
23 lines
489 B
Makefile
# Created by: Nicola Vitale
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= protocols
|
|
PORTVERSION= 0.9.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://peak.telecommunity.com/dist/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
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>
|