diff options
Diffstat (limited to 'devel/py-pytz/Makefile')
-rw-r--r-- | devel/py-pytz/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/devel/py-pytz/Makefile b/devel/py-pytz/Makefile index 9aa1d9623278..f5b09d5c2593 100644 --- a/devel/py-pytz/Makefile +++ b/devel/py-pytz/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= pytz -PORTVERSION= 2013d +PORTVERSION= 2013.8 +PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,18 +11,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= World Timezone Definitions for Python +LICENSE= MIT + USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install - -NO_STAGE= yes -.include <bsd.port.pre.mk> +PYTHON_PY3K_PLIST_HACK= yes post-patch: @${REINPLACE_CMD} -e 's|=True|=False|' ${WRKSRC}/setup.py -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |