ports/devel/py-pycalendar/Makefile
2021-04-06 16:31:07 +02:00

16 lines
348 B
Makefile

# Created by: Roland van Laar <roland@micite.net>
PORTNAME= pycalendar
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= roland@micite.net
COMMENT= iCalendar and vCard module for python
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>