a8ccf741e0
4.0.5: Bug fixes: - Fixed a docs issue related to building on Read the Docs
23 lines
678 B
Makefile
23 lines
678 B
Makefile
# $NetBSD: Makefile,v 1.33 2020/03/21 07:26:09 adam Exp $
|
|
|
|
DISTNAME= icalendar-4.0.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= time python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=i/icalendar/}
|
|
|
|
MAINTAINER= mj@turner.org.za
|
|
HOMEPAGE= https://github.com/collective/icalendar
|
|
COMMENT= Python parser/generator for iCalendar files, as per RFC2445
|
|
LICENSE= 2-clause-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
|
|
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
post-install:
|
|
cd ${DESTDIR}${PREFIX}/bin && \
|
|
${MV} icalendar icalendar-${PYVERSSUFFIX} || ${TRUE}
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|