opnsense-ports/deskutils/py-vobject/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

19 lines
429 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= vobject
PORTVERSION= 0.8.1c
PORTREVISION= 2
CATEGORIES= deskutils python
MASTER_SITES= http://vobject.skyhouseconsulting.com/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jun-g@daemonfreaks.com
COMMENT= ICalendar library
RUN_DEPENDS= py*-dateutil>=1.1:devel/py-dateutil
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>