svn commit: r436474 - head/sysutils/py3-iocage

Marcelo Araujo araujo at FreeBSD.org
Sun Mar 19 04:08:24 UTC 2017


Author: araujo
Date: Sun Mar 19 04:08:22 2017
New Revision: 436474
URL: https://svnweb.freebsd.org/changeset/ports/436474

Log:
  Set NO_PACKAGE because we can't have pre-built packages.
  
  Approved by: maintainer (implicit)

Modified:
  head/sysutils/py3-iocage/Makefile

Modified: head/sysutils/py3-iocage/Makefile
==============================================================================
--- head/sysutils/py3-iocage/Makefile	Sun Mar 19 04:02:40 2017	(r436473)
+++ head/sysutils/py3-iocage/Makefile	Sun Mar 19 04:08:22 2017	(r436474)
@@ -11,6 +11,8 @@ COMMENT=	FreeBSD jail manager written in
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NO_PACKAGE=	should be compiled using python ${PYTHON_VER} or greater
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py3-click \
 		${PYTHON_PKGNAMEPREFIX}tqdm>=4.10.0:misc/py3-tqdm \
 		ca_root_nss>0:security/ca_root_nss \


More information about the svn-ports-all mailing list