aboutsummaryrefslogtreecommitdiff
path: root/devel/py-littleutils/Makefile
blob: 6e8e36d95fbde8c7e0f7d29dd51ff846f286a0f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	littleutils
PORTVERSION=	0.2.2
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Small personal collection of python utility functions
WWW=		https://github.com/alexmojaki/littleutils

LICENSE=	MIT

USES=		python:3.7+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>