View | Details | Raw Unified | Return to bug 217471
Collapse All | Expand All

(-)textproc/py-alabaster/Makefile (-1 / +2 lines)
Lines 11-17 Link Here
11
11
12
LICENSE=	MIT
12
LICENSE=	MIT
13
13
14
USES=		python
14
NO_ARCH=	yes
15
USES?=		python
15
USE_PYTHON=	distutils autoplist
16
USE_PYTHON=	distutils autoplist
16
17
17
.include <bsd.port.mk>
18
.include <bsd.port.mk>
(-)textproc/py3-alabaster/Makefile (+8 lines)
Line 0 Link Here
1
# Created by: Danilo G. Baio <dbaio@bsd.com.br>
2
# $FreeBSD$
3
4
MASTERDIR=	${.CURDIR}/../py-alabaster
5
6
USES=	python:3.3+
7
8
.include "${MASTERDIR}/Makefile"

Return to bug 217471