freebsd-ports/devel/py-repoze.sphinx.autointerface/Makefile
Carlos J. Puga Medina 32ba3aae3c - Update to 0.8
- Update MAINTAINER to my @FreeBSD.org address

Approved by:	junovitch (mentor)
2016-04-03 02:17:52 +00:00

18 lines
380 B
Makefile

# Created by: Carlos J Puga Medina <cpm@fbsd.es>
# $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
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>