diff options
author | kleink <kleink@pkgsrc.org> | 2013-02-09 16:36:12 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2013-02-09 16:36:12 +0000 |
commit | f952dcf222581a44da25951c116a67484a0ccae9 (patch) | |
tree | 35dd2c0d2ea30237a360525744178e28840d49cf | |
parent | 4c38f925c6b15dcbfedb4bd5ebbcfb9b6ad697a4 (diff) | |
download | pkgsrc-f952dcf222581a44da25951c116a67484a0ccae9.tar.gz |
LICENSE changed to 2-clause-bsd back in in 3.0.1b2.
-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 |