aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-12-09 14:59:00 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-12-09 14:59:00 +0000
commit8b57257e39c995f060174474219f76f9cb01a302 (patch)
tree21e4b1c8b323146f9d823c39a1ec57a16992a25b /devel/Makefile
parent352933e9c578c4ff0e44a1e0156e4da92e02590b (diff)
downloadports-8b57257e39c995f060174474219f76f9cb01a302.tar.gz
ports-8b57257e39c995f060174474219f76f9cb01a302.zip
devel/py-checkmanifest: Check MANIFEST.in in a Python source package for completeness
Check MANIFEST.in in a Python source package for completeness. Are you a Python developer? Have you uploaded packages to the Python Package Index? Have you accidentally uploaded broken packages with some files missing? If so, check-manifest is for you. WWW: https://github.com/mgedmin/check-manifest PR: ports/184629 Submitted by: Johannes Jost Meixner <xmj chaot.net>
Notes
Notes: svn path=/head/; revision=335994
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 973990e3a3ff..b94926d9fb57 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3516,6 +3516,7 @@
SUBDIR += py-celery
SUBDIR += py-cffi
SUBDIR += py-cfgparse
+ SUBDIR += py-checkmanifest
SUBDIR += py-cheetah
SUBDIR += py-ciphon
SUBDIR += py-circuits