freebsd-ports/devel/py-anyjson/Makefile
Sunpoet Po-Chuan Hsieh abd8c9eaba - Update to 0.3.3
- Remove LICENSE_FILE for well-known licenses

Changes:	https://bitbucket.org/runeh/anyjson/src/default/CHANGELOG
PR:		ports/169340
Submitted by:	koobs <koobs.freebsd@gmail.com>
Approved by:	maintainer (timeout, 45 days)
2012-08-14 09:07:29 +00:00

22 lines
413 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.3.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mail@derzinn.de
COMMENT= JSON library wrapper for Python
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>