freebsd-ports/devel/py-dataclasses/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
361 B
Makefile

PORTNAME= dataclasses
PORTVERSION= 0.8
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Backport of the dataclasses module for Python 3.6
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.6
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>