blob: 91ccf2ef6036e0ea7776ad785a78bec380486784 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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>
|