Index: head/devel/py-anyjson/Makefile =================================================================== --- head/devel/py-anyjson/Makefile (revision 487498) +++ head/devel/py-anyjson/Makefile (revision 487499) @@ -1,19 +1,21 @@ # Created by: Mirko Zinn # $FreeBSD$ PORTNAME= anyjson PORTVERSION= 0.3.3 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mail@derzinn.de COMMENT= JSON library wrapper for Python LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= distutils autoplist +NO_ARCH= yes .include Index: head/devel/py-anyjson/pkg-descr =================================================================== --- head/devel/py-anyjson/pkg-descr (revision 487498) +++ head/devel/py-anyjson/pkg-descr (revision 487499) @@ -1,4 +1,4 @@ Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used. -WWW: http://bitbucket.org/runeh/anyjson/wiki/Home +WWW: https://bitbucket.org/runeh/anyjson/wiki/Home