blob: ac5bc1028cb3b9dd809c493a6070a36748d89af4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= pycalendar
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= roland@micite.net
COMMENT= iCalendar and vCard module for python
WWW= https://pypi.org/project/pycalendar/2.0/
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|