1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/net/py-netlib/Makefile
Sunpoet Po-Chuan Hsieh dfb7317e5d - Update to 0.10
- While I'm here:
  - Use PYDISTUTILS_AUTOPLIST
  - Support STAGEDIR

Changes:	https://github.com/mitmproxy/netlib/commits/master
PR:		ports/186934
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2014-02-23 15:21:00 +00:00

23 lines
491 B
Makefile

# Created by: Hung-Yi Chen <gaod@hychen.org>
# $FreeBSD$
PORTNAME= netlib
PORTVERSION= 0.10
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
PYDISTUTILS_AUTOPLIST= yes
USE_PYDISTUTILS=yes
USE_PYTHON= yes
.include <bsd.port.mk>