2005-07-18 23:08:05 +02:00
|
|
|
# Ports collection makefile for: protocols
|
|
|
|
# Date created: 2005-07-17
|
|
|
|
# Whom: Nicola Vitale
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= protocols
|
|
|
|
PORTVERSION= 0.9.3
|
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= http://peak.telecommunity.com/dist/
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= PyProtocols-${PORTVERSION}
|
|
|
|
|
2006-12-10 02:21:51 +01:00
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
2005-07-18 23:08:05 +02:00
|
|
|
COMMENT= Python module extending the PEP 246 adapt() function
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= PyProtocols
|
2005-07-18 23:08:05 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|