aboutsummaryrefslogblamecommitdiff
path: root/news/py-twistedNews/Makefile
blob: 144c01270ec5c25e609dbe3974a09b386f8af103 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                      
                 

                                                              
                                                            





                                                                      

                                                                             









                                                           
# New ports collection makefile for:	py-twistedNews
# Date created:		14 April 2005
# Whom:	      		Neal Nelson <neal@nelson.name>
#
# $FreeBSD$
#

PORTNAME=	twistedNews
PORTVERSION=	0.1.0
PORTREVISION=	1
CATEGORIES=	news devel python
MASTER_SITES=	http://twistedmatrix.com/downloads/News/0.1/ \
		http://tmrc.mit.edu/mirror/twisted/News/0.1/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	TwistedNews-${PORTVERSION}

MAINTAINER=	neal@nelson.name
COMMENT=	An NNTP protocol implementation with client and server

BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
RUN_DEPENDS=	${BUILD_DEPENDS}

WRKSRC=		${WRKDIR}/TwistedNews-${PORTVERSION}

USE_BZIP2=	yes
USE_PYTHON=	2.2+
USE_PYDISTUTILS=	yes

PLIST_SUB+=	S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}

.include <bsd.port.mk>