Files
ports/devel/py-incremental/Makefile
T
2021-01-09 16:34:07 +00:00

21 lines
409 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= incremental
PORTVERSION= 17.5.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
NO_ARCH= yes
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>