summaryrefslogtreecommitdiff
path: root/time/py-icalendar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/py-icalendar/Makefile')
-rw-r--r--time/py-icalendar/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/time/py-icalendar/Makefile b/time/py-icalendar/Makefile
index e64c5654e11..18d97ead633 100644
--- a/time/py-icalendar/Makefile
+++ b/time/py-icalendar/Makefile
@@ -1,17 +1,21 @@
-# $NetBSD: Makefile,v 1.6 2012/10/08 13:04:28 asau Exp $
+# $NetBSD: Makefile,v 1.7 2012/12/08 23:36:45 wiz Exp $
#
-DISTNAME= icalendar-3.1
+DISTNAME= icalendar-3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= http://pypi.python.org/packages/source/i/icalendar/
MAINTAINER= mj@turner.org.za
-HOMEPAGE= http://codespeak.net/icalendar/
+HOMEPAGE= http://icalendar.readthedocs.org/en/latest/
COMMENT= Python parser/generator for iCalendar files, as per RFC2445
LICENSE= gnu-lgpl-v2.1
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
+post-extract:
+ ${RM} ${WRKSRC}/src/icalendar/.cal.py.swp
+ ${RM} ${WRKSRC}/src/icalendar/.tools.py.swp
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"