freebsd-ports/net/py-uritemplate/Makefile
Carlos J. Puga Medina 5519f7d4f4 - 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
2016-07-05 15:10:20 +00:00

21 lines
410 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= uritemplate
PORTVERSION= 0.6
#PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python implementation of URI Template
LICENSE= APACHE20
CONFLICTS_INSTALL= py*-uritemplate.py-[0-9]*
USE_PYTHON= autoplist distutils
USES= python
.include <bsd.port.mk>