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
|
2009-03-01 16:26:20 +01:00
|
|
|
PORTVERSION= 0.8.1c
|
2011-02-25 01:12:12 +01:00
|
|
|
PORTREVISION= 1
|
2008-12-28 11:54:08 +01:00
|
|
|
CATEGORIES= deskutils python
|
2009-02-16 14:45:35 +01:00
|
|
|
MASTER_SITES= http://vobject.skyhouseconsulting.com/
|
2007-06-10 21:07:43 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2009-02-16 14:45:35 +01:00
|
|
|
MAINTAINER= jun-g@daemonfreaks.com
|
2007-06-10 21:07:43 +02:00
|
|
|
COMMENT= ICalendar library
|
|
|
|
|
|
|
|
RUN_DEPENDS= py*-dateutil>=1.1:${PORTSDIR}/devel/py-dateutil
|
|
|
|
|
2011-02-25 01:12:12 +01:00
|
|
|
USE_PYTHON= 2.5+
|
2008-09-25 04:45:20 +02:00
|
|
|
USE_PYDISTUTILS=easy_install
|
2007-06-10 21:07:43 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|