blob: 859499fb8d7d56a60c273e7fe19e465e3c7bcb37 (
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.7.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cpm@fbsd.es
COMMENT= Auto-generates API docs from Zope interfaces
LICENSE= BSD4CLAUSE
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|