Use ${PYTHON_PKGNAMEPREFIX} instead of py-${PYTHON_SUFFIX}. It's more idiomatic. Reported by: sunpoet
20 lines
444 B
Makefile
20 lines
444 B
Makefile
PORTNAME= resolvelib
|
|
DISTVERSION= 0.8.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= 0mp@FreeBSD.org
|
|
COMMENT= Resolve abstract dependencies into concrete ones
|
|
|
|
LICENSE= ISCL
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}-${PORTNAME}05 ${PYTHON_PKGNAMEPREFIX}-${PORTNAME}07
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|