freebsd-ports/graphics/py-wand/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

26 lines
494 B
Makefile

# $FreeBSD$
PORTNAME= Wand
PORTVERSION= 0.4.5
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= MagickWand Python binding
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.pre.mk>
PYDISTUTILS_INSTALLARGS+= --install-data ${DATADIR}
.include <bsd.port.post.mk>