mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
e1555011ab
Approved by: portmgr (implicit)
20 lines
441 B
Makefile
20 lines
441 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vobject
|
|
PORTVERSION= 0.8.1c
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|