freebsd-ports/devel/py-icalendar/Makefile
Li-Wen Hsu 73c48894f2 - Update to 2.0.1
- Pass maintainership to submitter

PR:		ports/131608
Submitted by:	"Junji NAKANISHI" <jun-g AT daemonfreaks.com>
2009-02-14 08:24:14 +00:00

28 lines
598 B
Makefile

# Ports collection makefile for: py-icalendar
# Date created: May 17, 2005
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= icalendar
PORTVERSION= 2.0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jun-g@daemonfreaks.com
COMMENT= Parser and generator of iCalender files for Python
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
(cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${DOCSDIR})
.endif
.include <bsd.port.mk>