openbsd-ports/textproc/py-vobject/Makefile
jasper 27a2ff641b import py-vobject 0.7.1
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.
2008-12-06 13:38:47 +00:00

31 lines
592 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/12/06 13:38:47 jasper Exp $
COMMENT= iCalendar library for Python
MODPY_EGG_VERSION= 0.7.1
DISTNAME= vobject-${MODPY_EGG_VERSION}
PKGNAME= py-vobject-${MODPY_EGG_VERSION}
CATEGORIES= textproc devel
HOMEPAGE= http://vobject.skyhouseconsulting.com/
# Apache 1.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
MODULES= lang/python
MODPY_SETUPTOOLS= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/py-dateutil
NO_REGRESS= Yes
.include <bsd.port.mk>