aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-sphinx-me/Makefile
blob: f2591e675dde4c3e20905f7405fe1c711ab278ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: René Ladan <rene@freebsd.org>
# $FreeBSD$

PORTNAME=	sphinx-me
PORTVERSION=	0.3
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Wrap README-only projects in a dynamic Sphinx shell

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python
USE_PYTHON=	autoplist distutils
NO_ARCH=	yes

.include <bsd.port.mk>