Index: head/devel/py-repoze.sphinx.autointerface/Makefile =================================================================== --- head/devel/py-repoze.sphinx.autointerface/Makefile (revision 459176) +++ head/devel/py-repoze.sphinx.autointerface/Makefile (revision 459177) @@ -1,18 +1,19 @@ # Created by: Carlos J Puga Medina # $FreeBSD$ PORTNAME= repoze.sphinx.autointerface PORTVERSION= 0.8 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cpm@FreeBSD.org COMMENT= Auto-generates API docs from Zope interfaces LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python USE_PYTHON= autoplist distutils .include Index: head/devel/py-repoze.sphinx.autointerface/pkg-descr =================================================================== --- head/devel/py-repoze.sphinx.autointerface/pkg-descr (revision 459176) +++ head/devel/py-repoze.sphinx.autointerface/pkg-descr (revision 459177) @@ -1,5 +1,5 @@ This package defines an extension for the Sphinx documentation system. The extension allows generation of API documentation by introspection of zope.interface instances in code. -WWW: http://www.repoze.org/ +WWW: http://www.repoze.org