diff options
Diffstat (limited to 'time/py-icalendar')
-rw-r--r-- | time/py-icalendar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/py-icalendar/Makefile b/time/py-icalendar/Makefile index 18d97ead633..6fab24438d5 100644 --- a/time/py-icalendar/Makefile +++ b/time/py-icalendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/12/08 23:36:45 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/02/09 16:36:12 kleink Exp $ # DISTNAME= icalendar-3.2 @@ -9,7 +9,7 @@ MASTER_SITES= http://pypi.python.org/packages/source/i/icalendar/ MAINTAINER= mj@turner.org.za HOMEPAGE= http://icalendar.readthedocs.org/en/latest/ COMMENT= Python parser/generator for iCalendar files, as per RFC2445 -LICENSE= gnu-lgpl-v2.1 +LICENSE= 2-clause-bsd DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz |