pkgsrc/net/py-twisted/Makefile.common
recht db212e4c5c initial import of Twisted 1.2.0
provided by Michal Pasternak via pkgsrc-wip

Twisted is a framework, written in Python, for writing networked applications.
It includes implementations of a number of commonly used network services such
as a web server, an IRC chat server, a mail server, a relational database
interface and an object broker. Developers can build applications using all of
these services as well as custom services that they write themselves. Twisted
also includes a user authentication system that controls access to services
and provides services with user context information to implement their own
security models.
2004-03-30 13:27:05 +00:00

13 lines
451 B
Makefile

# $NetBSD: Makefile.common,v 1.1.1.1 2004/03/30 13:27:08 recht Exp $
#
TWISTED_VERSION= 1.2.0
TWISTED_DISTNAME= Twisted-${TWISTED_VERSION}
TWISTED_PKGNAME= ${TWISTED_DISTNAME:S/T/t/}
TWISTED_MASTER_SITES= http://twisted.sourceforge.net/ \
http://twistedmatrix.com/downloads/
EXTRACT_SUFX= .tar.bz2
DISTINFO_FILE?= ${.CURDIR}/../py-twisted/distinfo
COMMON_FILESDIR?= ${.CURDIR}/../py-twisted/files
PATCHDIR?= ${.CURDIR}/../py-twisted/patches