svn commit: r472732 - head/devel/py-Breve

Yuri Victorovich yuri at FreeBSD.org
Tue Jun 19 01:22:33 UTC 2018


Author: yuri
Date: Tue Jun 19 01:22:32 2018
New Revision: 472732
URL: https://svnweb.freebsd.org/changeset/ports/472732

Log:
  devel/py-Breve: Add USE_PYTHON=concurrent
  
  Also add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-Breve/Makefile

Modified: head/devel/py-Breve/Makefile
==============================================================================
--- head/devel/py-Breve/Makefile	Tue Jun 19 01:18:08 2018	(r472731)
+++ head/devel/py-Breve/Makefile	Tue Jun 19 01:22:32 2018	(r472732)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Breve
 PORTVERSION=	1.3.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel python
 MASTER_SITES=	http://breve.twisty-industries.com/downloads/ \
 		LOCAL/nivit/${PORTNAME}
@@ -12,7 +12,9 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	nivit at FreeBSD.org
 COMMENT=	Python s-expression style template engine
 
+LICENSE=	MIT
+
 USES=		python:2.7
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils concurrent autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list