summaryrefslogtreecommitdiff
path: root/net/py-uritemplate
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2016-07-05 15:10:20 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2016-07-05 15:10:20 +0000
commit5519f7d4f4cc1546f74064ddbd26e5d51508cae4 (patch)
tree0e0eff233453bcb87d7c88b0b21767be716b0c94 /net/py-uritemplate
parentNew port: net/py-uritemplate.py (diff)
- Register CONFLICTS between py-uritemplate and py-uritemplate.py
Submitted by: me Reviewed by: amdmi3, junovitch, feld (mentors) Approved by: maintainer timeout (3 weeks) Differential Revision: D6730
Notes
Notes: svn path=/head/; revision=418087
Diffstat (limited to 'net/py-uritemplate')
-rw-r--r--net/py-uritemplate/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/py-uritemplate/Makefile b/net/py-uritemplate/Makefile
index ead2432a3b8c..fb0ee703552f 100644
--- a/net/py-uritemplate/Makefile
+++ b/net/py-uritemplate/Makefile
@@ -13,6 +13,8 @@ COMMENT= Python implementation of URI Template
LICENSE= APACHE20
+CONFLICTS_INSTALL= py*-uritemplate.py-[0-9]*
+
USE_PYTHON= autoplist distutils
USES= python