2006-04-26 05:24:41 +02:00
|
|
|
# New ports collection makefile for: py-simplejson
|
|
|
|
# Date created: 25 Apr 2006
|
|
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= simplejson
|
2009-02-16 14:26:52 +01:00
|
|
|
PORTVERSION= 2.0.8
|
2006-04-26 05:24:41 +02:00
|
|
|
CATEGORIES= devel python
|
2008-09-26 09:58:04 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2006-04-26 05:24:41 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2006-11-24 10:28:13 +01:00
|
|
|
MAINTAINER= python@FreeBSD.org
|
2006-04-26 05:24:41 +02:00
|
|
|
COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder
|
|
|
|
|
2008-12-28 12:46:14 +01:00
|
|
|
USE_PYTHON= 2.4+
|
2008-06-15 23:40:12 +02:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYEASYINSTALL_ARCHDEP= yes
|
2007-01-27 01:35:01 +01:00
|
|
|
|
2008-12-28 12:46:14 +01:00
|
|
|
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
|
|
|
|
2007-03-21 08:30:17 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2008-06-15 23:40:12 +02:00
|
|
|
post-install:
|
2007-03-21 08:30:17 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2008-12-28 12:46:14 +01:00
|
|
|
@(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${DOCSDIR})
|
2007-03-21 08:30:17 +01:00
|
|
|
.endif
|
|
|
|
|
2008-06-15 23:40:12 +02:00
|
|
|
.include <bsd.port.mk>
|