abd8c9eaba
- 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)
22 lines
413 B
Makefile
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>
|