freebsd-ports/devel/py-jdcal/Makefile
2014-08-29 17:28:42 +00:00

18 lines
361 B
Makefile

# Created by: antoine@FreeBSD.org
# $FreeBSD$
PORTNAME= jdcal
PORTVERSION= 1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Module converting between Julian dates and calendar dates
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>