25154f7586
WWW: http://bitbucket.org/runeh/anyjson/wiki/Home PR: ports/143604 Submitted by: Mirko Zinn <mail@derzinn.de> Approved by: itetcu (mentor)
20 lines
400 B
Makefile
20 lines
400 B
Makefile
# New ports collection makefile for: py-anyjson
|
|
# Date created: 2010-02-06
|
|
# Whom: Mirko Zinn <mail@derzinn.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= anyjson
|
|
PORTVERSION= 0.2.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mail@derzinn.de
|
|
COMMENT= JSON library wrapper for Python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|