freebsd-ports/devel/py-protocols/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

23 lines
524 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@FreeBSD.org
COMMENT= Python module extending the PEP 246 adapt() function
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= PyProtocols
.include <bsd.port.mk>