diff --git a/devel/py-convertdate/Makefile b/devel/py-convertdate/Makefile index e5317ebe5bd5..cb3fa4d34cc0 100644 --- a/devel/py-convertdate/Makefile +++ b/devel/py-convertdate/Makefile @@ -1,26 +1,28 @@ # $FreeBSD$ PORTNAME= convertdate PORTVERSION= 2.1.3 -CATEGORIES= devel -MASTER_SITES= https://files.pythonhosted.org/packages/81/73/287ef9e7989661ed8218fe074603041d2ea6d76e06afebe1c646a7fd9d65/ +PORTREVISION= 1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gmm@tutanota.com COMMENT= Converts between Gregorian dates and other calendar systems LICENSE= MIT +LICENSE_FILE= LICENSE USES= python USE_PYTHON= autoplist distutils RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyephem>0:astro/pyephem@${PY_FLAVOR} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} NO_ARCH= yes post-patch: ${RM} ${WRKSRC}/README.rst ${TOUCH} ${WRKSRC}/README.rst .include