[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / graphics / py-wand

File: [local] / ports / graphics / py-wand / Makefile (download)

Revision 1.2, Mon May 6 12:23:44 2024 UTC (3 weeks, 5 days ago) by sthen
Branch: MAIN
Changes since 1.1: +1 -0 lines

bump REVISION for py3.10 -> py3.11 switch

COMMENT=		ctypes-based simple MagickWand API binding for Python

MODPY_EGG_VERSION=	0.6.11
DISTNAME=		Wand-${MODPY_EGG_VERSION}
PKGNAME=		py-${DISTNAME:L}
REVISION=		0

CATEGORIES=		graphics

# MIT
PERMIT_PACKAGE=		Yes

MODULES=		lang/python

MODPY_PI=		Yes
MODPY_PYBUILD=		setuptools

FLAVORS=		python3
FLAVOR=			python3

RUN_DEPENDS=		graphics/ImageMagick

.include <bsd.port.mk>