dd7c6fda4a
An iCalendar and vCard project for python. WWW: http://pypi.python.org/pypi/pycalendar/2.0 SVN: http://svn.mulberrymail.com/repos/PyCalendar/branches/server-stable/ PR: ports/157323 Submitted by: Roland van Laar <roland@micite.net>
25 lines
589 B
Makefile
25 lines
589 B
Makefile
# Ports collection makefile for: py-pycalendar
|
|
# Date created: April 23, 2011
|
|
# Whom: Roland van Laar <roland@micite.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pycalendar
|
|
PORTVERSION= 2.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= roland@micite.net
|
|
COMMENT= An iCalendar and vCard module for python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|distutils.core|setuptools|g' ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|