blob: 45f2c2d424027bb4ed61afc7445df367c3263c62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Neal Nelson <neal@nelson.name>
# $FreeBSD$
PORTNAME= twistedNews
PORTVERSION= 15.2.1
CATEGORIES= news devel python
MASTER_SITES= http://twistedmatrix.com/Releases/News/${PORTVERSION:R}/ \
LOCAL/sunpoet
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TwistedNews-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= NNTP protocol implementation with client and server
LICENSE= MIT
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python:2 tar:bzip2 twisted
.include <bsd.port.mk>
|