diff options
Diffstat (limited to 'devel/py-jmespath/Makefile')
-rw-r--r-- | devel/py-jmespath/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/py-jmespath/Makefile b/devel/py-jmespath/Makefile index 9f3a78d9f666..b478758bdc1c 100644 --- a/devel/py-jmespath/Makefile +++ b/devel/py-jmespath/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jmespath -PORTVERSION= 0.0.3 +PORTVERSION= 0.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,5 +18,4 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> |