diff --git a/devel/py-smmap/Makefile b/devel/py-smmap/Makefile index 8b170c87ba00..38dcb28152bc 100644 --- a/devel/py-smmap/Makefile +++ b/devel/py-smmap/Makefile @@ -1,24 +1,22 @@ PORTNAME= smmap PORTVERSION= 5.0.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sliding-window memory map manager WWW= https://smmap.readthedocs.io/en/latest/ \ https://github.com/gitpython-developers/smmap LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}smmap2 - PORTSCOUT= skipv:6.0.0 .include