aboutsummaryrefslogblamecommitdiff
path: root/devel/py-installer/Makefile
blob: c502de43965076dea0054058a433603964252863 (plain) (tree)
1
2
3
4


                                                  
                     














                                                    
                      
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	installer
PORTVERSION=	0.4.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Library for installing Python wheels

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>