freebsd-ports/security/py-pyptlib/Makefile
Martin Wilke f43c73da50 - Broken checksum mismatch
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)
2017-05-13 10:40:54 +00:00

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>