1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/devel/py-icalendar/Makefile
Kevin Lo 209da06bb1 - Update to 0.11
- Update WWW
2005-11-25 06:35:29 +00:00

31 lines
625 B
Makefile

# Ports collection makefile for: py-icalendar
# Date created: May 17, 2005
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= icalendar
PORTVERSION= 0.11
CATEGORIES= devel python
MASTER_SITES= http://codespeak.net/icalendar/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= iCalendar-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Parser and generator of iCalender files for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
WRKSRC= ${WRKDIR}/iCalendar
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>