freebsd-ports/devel/py-icalendar/Makefile
Kevin Lo 0bb4d2003e Update to 1.2
PR: ports/106948
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
2006-12-21 11:53:37 +00:00

28 lines
594 B
Makefile

# Ports collection makefile for: py-icalendar
# Date created: May 17, 2005
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= icalendar
PORTVERSION= 1.2
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
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>