mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
01857077b0
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.1.0/twisted/news/topfiles/NEWS
21 lines
493 B
Makefile
21 lines
493 B
Makefile
# Created by: Neal Nelson <neal@nelson.name>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= twistedNews
|
|
PORTVERSION= 15.1.0
|
|
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
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
USES= python:2 tar:bzip2 twisted
|
|
|
|
.include <bsd.port.mk>
|