freebsd-ports/devel/py-protocols/Makefile
Nicola Vitale bd6fa393f8 - Updated email address in my ports
Approved by:	alexbl (mentor)
2006-12-10 01:21:51 +00:00

22 lines
491 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
.include <bsd.port.mk>