forked from Lainports/freebsd-ports
fetch: http://www.c-s.li/ports/pyptlib-0.0.6.tar.gz: size of remote file is not known pyptlib-0.0.6.tar.gz 0 B 0 Bps => Fetched file size mismatch (expected 25740, actual 14258)
19 lines
370 B
Makefile
19 lines
370 B
Makefile
# Created by: Carlo Strub
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pyptlib
|
|
PORTVERSION= 0.0.6
|
|
CATEGORIES= security net python
|
|
MASTER_SITES= http://www.c-s.li/ports/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= cs@FreeBSD.org
|
|
COMMENT= Pluggable transport library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
BROKEN= checksum mismatch
|
|
|
|
.include <bsd.port.mk>
|