ports/net/py-netlib/Makefile
Sunpoet Po-Chuan Hsieh e83b096b99 - Update to 0.9.2
Changes:	https://github.com/mitmproxy/netlib/commits/master
PR:		ports/181941
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2013-09-08 18:32:34 +00:00

21 lines
466 B
Makefile

# Created by: Hung-Yi Chen <gaod@hychen.org>
# $FreeBSD$
PORTNAME= netlib
PORTVERSION= 0.9.2
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gaod@hychen.org
COMMENT= Collection of network utilities
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>0:${PORTSDIR}/devel/py-asn1 \
${PYTHON_PKGNAMEPREFIX}openssl>0:${PORTSDIR}/security/py-openssl
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>