1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/deskutils/py-vobject/Makefile
Martin Wilke f31cf5dd27 - Update to 0.8.1c
PR:		132211
Submitted by:	Maintainer
2009-03-01 15:26:20 +00:00

23 lines
503 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.8.1c
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:${PORTSDIR}/devel/py-dateutil
USE_PYTHON= 2.4+
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>