1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/graphics/py-wand/Makefile
Sunpoet Po-Chuan Hsieh b65f9e32ba Update to 0.4.5
- Add LICENSE_FILE
- Fix indent
- Update WWW

Changes:	https://github.com/emcconville/wand/releases
2018-11-15 19:07:49 +00:00

27 lines
489 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
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.pre.mk>
PYDISTUTILS_INSTALLARGS+= --install-data ${DATADIR}
.include <bsd.port.post.mk>