freebsd-ports/devel/py-fs/Makefile
Sunpoet Po-Chuan Hsieh 99a2e6a45a Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change

PR:		240211
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
Approved by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
2019-08-31 11:21:31 +00:00

22 lines
438 B
Makefile

# Created by: Douglas Thrift <douglas@douglasthrift.net>
# $FreeBSD$
PORTNAME= fs
PORTVERSION= 0.5.4
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= douglas@douglasthrift.net
COMMENT= Python filesystem abstraction
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>