summaryrefslogtreecommitdiff
path: root/devel/py-distlib/Makefile
blob: 8c7bfb0c9cd9226a1f88ad8733fc44527736eb20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	distlib
DISTVERSION=	0.3.6
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Low-level components of distutils2 and higher-level APIs
WWW=		https://bitbucket.org/pypa/distlib

LICENSE=	PSFL
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

post-patch:
	${ECHO} "from setuptools import setup ; setup()" > ${WRKSRC}/setup.py

.include <bsd.port.mk>