freebsd-ports/devel/py-incremental/Makefile
2021-04-06 16:31:07 +02:00

20 lines
398 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
PORTNAME= incremental
PORTVERSION= 21.3.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library that versions your Python projects
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>