2007-06-10 21:07:43 +02:00
|
|
|
# New ports collection makefile for: py-vobject
|
|
|
|
# Date created: 10 June 2007
|
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= vobject
|
2008-09-25 04:45:20 +02:00
|
|
|
PORTVERSION= 0.7.1
|
2007-06-10 21:07:43 +02:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= http://vobject.skyhouseconsulting.com/ CENKES
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2008-09-07 02:19:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-06-10 21:07:43 +02:00
|
|
|
COMMENT= ICalendar library
|
|
|
|
|
|
|
|
RUN_DEPENDS= py*-dateutil>=1.1:${PORTSDIR}/devel/py-dateutil
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2008-09-25 04:45:20 +02:00
|
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
PYDISTUTILS_NOEGGINFO=yes
|
2007-06-10 21:07:43 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|