3f4ff400bb
Vobject parses iCalendar and vCard files into Python data structures, decoding the relevant encodings. Also serializes vobject data structures to iCalendar, vCard, or (expirementally) hCalendar unicode strings. WWW: http://vobject.skyhouseconsulting.com/ Author: Jeffrey Harris <jeffrey@osafoundation.org>
22 lines
492 B
Makefile
22 lines
492 B
Makefile
# New ports collection makefile for: py-vobject
|
|
# Date created: 10 June 2007
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vobject
|
|
PORTVERSION= 0.4.8
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://vobject.skyhouseconsulting.com/ CENKES
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= ICalendar library
|
|
|
|
RUN_DEPENDS= py*-dateutil>=1.1:${PORTSDIR}/devel/py-dateutil
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
.include <bsd.port.mk>
|