32ba3aae3c
- Update MAINTAINER to my @FreeBSD.org address Approved by: junovitch (mentor)
18 lines
380 B
Makefile
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>
|