1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/py-plumbum/Makefile
Sunpoet Po-Chuan Hsieh 13cd9270c3 Update to 1.6.8
- Add NO_ARCH
- Update WWW
- Take maintainership

Changes:	https://github.com/tomerfiliba/plumbum/releases
2020-02-04 17:55:07 +00:00

22 lines
397 B
Makefile

# Created by: David Naylor <dbn@FreeBSD.org>
# $FreeBSD$
PORTNAME= plumbum
PORTVERSION= 1.6.8
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MASTER_SITES= CHEESESHOP
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Shell combinators library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>