mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
16 lines
348 B
Makefile
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>
|