freebsd-ports/devel/py-simplejson/Makefile

30 lines
678 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-simplejson
# Date created: 25 Apr 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#
PORTNAME= simplejson
2010-04-05 08:43:42 +02:00
PORTVERSION= 2.1.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder
USE_PYTHON= 2.4+
2008-06-15 23:40:12 +02:00
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME}
.if !defined(NOPORTDOCS)
2008-06-15 23:40:12 +02:00
post-install:
@${MKDIR} ${DOCSDIR}
@(cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${DOCSDIR})
.endif
2008-06-15 23:40:12 +02:00
.include <bsd.port.mk>