freebsd-ports/net/py-uritemplate/Makefile
Carlos J. Puga Medina f8ff5a361f net/py-uritemplate:
-Remove CONFLICTS_INSTALL on net/py-uritemplate.py
-Add NO_ARCH
-Cosmetic fixes
-Record TIMESTAMP in distinfo

Submitted by:	cpm
Reviewed by:	feld, koobs (mentors)
Approved by:	nivit (maintainer timeout, 2 weeks), feld, koobs (mentors)
Differential Revision:	D8265
2016-11-05 16:59:36 +00:00

21 lines
379 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
USE_PYTHON= autoplist distutils
USES= python
NO_ARCH= yes
.include <bsd.port.mk>