mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
- While I'm here, add NO_ARCH Changes: https://github.com/twisted/incremental/commits/master PR: 219505 Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
20 lines
402 B
Makefile
20 lines
402 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@rawbw.com
|
|
COMMENT= Library that versions your Python projects
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|