6751e2c7f6
Noticed by: koobs
28 lines
610 B
Makefile
28 lines
610 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= convertdate
|
|
PORTVERSION= 2.1.3
|
|
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= ${WRKSRC}/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 <bsd.port.mk>
|