mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
209da06bb1
- Update WWW
31 lines
625 B
Makefile
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>
|