1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/py-twisted/Makefile
Neil Blakey-Milner 5e06f4a469 Upgrade Twisted to 1.2.0
PR:		64776
Submitted by:	Piet Delport <pjd@303.za.net>
2004-03-27 08:54:54 +00:00

41 lines
1.1 KiB
Makefile

# New ports collection makefile for: py-twisted
# Date created: 16 August 2001
# Whom: Johann Visagie <wjv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= twisted
PORTVERSION= 1.2.0
CATEGORIES= devel net python
MASTER_SITES= http://twisted.sourceforge.net/ \
http://twistedmatrix.com/downloads/old/
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Twisted_NoDocs-${PORTVERSION}
WRKSRC= ${WRKDIR}/Twisted-${PORTVERSION}
MAINTAINER= nbm@FreeBSD.org
COMMENT= An event-based Python framework for internet applications
# - Note that Twisted ships with some graphical examples and clients that
# require PyGNOME to run. These are not central to the funcitoning of
# Twisted, but the user should feel free to install x11-toolits/py-gnome
# separately if desired.
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
pre-install:
@ ${SH} ${PKGREQ} INSTALL
post-install:
@ ${MKDIR} ${DATADIR}/admin
@ ${INSTALL_SCRIPT} ${WRKSRC}/admin/accepttests \
${WRKSRC}/admin/runtests ${DATADIR}/admin
.include <bsd.port.mk>