aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2015-12-28 13:20:14 +0000
committerMartin Wilke <miwi@FreeBSD.org>2015-12-28 13:20:14 +0000
commitb247aa145bedd99ab63e5e30a87146688b964b67 (patch)
tree95608fce7bc80ef3de083d42f0338bc74a7bdf2c /ports-mgmt/Makefile
parent15efaaaf050b06f0bbeaec4e2911425e98311ad0 (diff)
downloadports-b247aa145bedd99ab63e5e30a87146688b964b67.tar.gz
ports-b247aa145bedd99ab63e5e30a87146688b964b67.zip
pytoport provides a way to quickly generate the barebones of a Python package
by simply providing the name of the module to the command. It accesses the PyPI JSON API and does its best to generate a fully functional Makefile and distinfo where sources are found. WWW: https://github.com/freebsd/pytoport PR: 205636 Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
Notes
Notes: svn path=/head/; revision=404629
Diffstat (limited to 'ports-mgmt/Makefile')
-rw-r--r--ports-mgmt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile
index 47cf7afa1632..1c0aa62bc102 100644
--- a/ports-mgmt/Makefile
+++ b/ports-mgmt/Makefile
@@ -61,6 +61,7 @@
SUBDIR += poudriere
SUBDIR += poudriere-devel
SUBDIR += psearch
+ SUBDIR += py-pytoport
SUBDIR += symports
SUBDIR += tinderbox
SUBDIR += tinderbox-devel