diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-12-09 11:19:53 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-12-09 11:19:53 +0800 |
commit | 01a6176d98caf53ece37a78675a5e2d9d4ba7cd0 (patch) | |
tree | d968f00d8ba0d6c27ee48031c0cff625a1a193bc /sysutils/Makefile | |
parent | 833137028fae1c766bd9bcd5b21290863a071009 (diff) | |
download | freebsd-ports-gnome-01a6176d98caf53ece37a78675a5e2d9d4ba7cd0.tar.gz freebsd-ports-gnome-01a6176d98caf53ece37a78675a5e2d9d4ba7cd0.tar.zst freebsd-ports-gnome-01a6176d98caf53ece37a78675a5e2d9d4ba7cd0.zip |
sysutils/py-pywatchman: add new port
Connect and query Watchman to discover file changes.
https://pypi.python.org/pypi/pywatchman
PR: 201031
Approved by: cookie licking (47 days)
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 9f41610f5346..6b7e810f4704 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -798,6 +798,7 @@ SUBDIR += py-psutil121 SUBDIR += py-ptyprocess SUBDIR += py-pytsk + SUBDIR += py-pywatchman SUBDIR += py-queuelib SUBDIR += py-ranger SUBDIR += py-salt |