freebsd-ports/devel/py-protocols-devel/Makefile
Pav Lucistnik 5e015f9e53 PyProtocols extends the PEP 246 adapt() function with a new "declaration API"
that lets you easily define your own protocols and adapters, and declare what
adapters should be used to adapt what types, objects, or protocols.
In addition to its own Interface type, PyProtocols can also use Twisted and
Zope's Interface types too.

PR:		ports/83626
Submitted by:	Nicola Vitale <nivit@email.it>
2005-07-18 21:08:05 +00:00

22 lines
488 B
Makefile

# 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}
MAINTAINER= nivit@email.it
COMMENT= Python module extending the PEP 246 adapt() function
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>