Makefile (438B)
1 COMMENT = Pick an option in the terminal with a simple GUI 2 MODPY_DISTV = 1.6.0 3 PKGNAME = py-${DISTNAME} 4 CATEGORIES= devel 5 6 HOMEPAGE = https://github.com/aisk/pick 7 MAINTAINER = Anjeel <emaill@mail.com> 8 PERMIT_PACKAGE = Yes 9 # MIT 10 11 BUILD_DEPENDS = devel/py-poetry-core 12 MODULES= lang/python 13 MODPY_PI= Yes 14 MODPY_PYBUILD= setuptools 15 16 17 FLAVOR = python3 18 FLAVORS = python3 19 20 DISTNAME= pick-${MODPY_DISTV} 21 22 .include <bsd.port.mk>