aboutsummaryrefslogtreecommitdiff
path: root/net/py-pyshark/Makefile
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2016-06-17 19:14:45 +0000
committerMark Felder <feld@FreeBSD.org>2016-06-17 19:14:45 +0000
commitcb505f9700985e5ce406e81bea56b01c202d2f4b (patch)
treed8fd91827e96d4ac7b11333861f993e8b2a9649d /net/py-pyshark/Makefile
parent6aa8f02d69452a7307929db8ba431b94c3c80437 (diff)
downloadports-cb505f9700985e5ce406e81bea56b01c202d2f4b.tar.gz
ports-cb505f9700985e5ce406e81bea56b01c202d2f4b.zip
net/py-pyshark: Add LICENSE
Move RUN_DEPENDS to please portlint
Notes
Notes: svn path=/head/; revision=417024
Diffstat (limited to 'net/py-pyshark/Makefile')
-rw-r--r--net/py-pyshark/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/py-pyshark/Makefile b/net/py-pyshark/Makefile
index 77b74f7a88da..43a1280d5f8b 100644
--- a/net/py-pyshark/Makefile
+++ b/net/py-pyshark/Makefile
@@ -10,8 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= Pyhon packet parsing using wireshark dissectors
-USES= python zip
-USE_PYTHON= autoplist distutils
+LICENSE= MIT
RUN_DEPENDS= tshark>0:net/tshark \
${PYTHON_PKGNAMEPREFIX}trollius>0:devel/py-trollius \
@@ -19,4 +18,7 @@ RUN_DEPENDS= tshark>0:net/tshark \
${PYTHON_PKGNAMEPREFIX}py>0:devel/py-py \
${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml
+USES= python zip
+USE_PYTHON= autoplist distutils
+
.include <bsd.port.mk>