diff options
author | koobs <koobs@FreeBSD.org> | 2015-02-13 14:59:56 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-02-13 14:59:56 +0800 |
commit | 1bc529346cec62ab5587e86976ec5f9a9bcb9869 (patch) | |
tree | 6849bbcc73aff2807cb63d05eab040958bf67f7b /net | |
parent | 1ab1bb3880fa86d5b7d966ac839659e2288cad49 (diff) | |
download | freebsd-ports-gnome-1bc529346cec62ab5587e86976ec5f9a9bcb9869.tar.gz freebsd-ports-gnome-1bc529346cec62ab5587e86976ec5f9a9bcb9869.tar.zst freebsd-ports-gnome-1bc529346cec62ab5587e86976ec5f9a9bcb9869.zip |
net/py-netaddr: Take maintainership
Take maintainership, there's a new version, and netaddr is needed for
crossbar(.io)
Diffstat (limited to 'net')
-rw-r--r-- | net/py-netaddr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-netaddr/Makefile b/net/py-netaddr/Makefile index fbda82f736de..deb4e4869613 100644 --- a/net/py-netaddr/Makefile +++ b/net/py-netaddr/Makefile @@ -7,7 +7,7 @@ CATEGORIES= net python MASTER_SITES= GHC PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= koobs@FreeBSD.org COMMENT= Python library for the manipulation of network addresses LICENSE= BSD3CLAUSE MIT @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= drkjam USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} |