f8ff5a361f
-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
21 lines
379 B
Makefile
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>
|