mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
21 lines
375 B
Makefile
21 lines
375 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Wand
|
|
PORTVERSION= 0.3.6
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= olivierd@FreeBSD.org
|
|
COMMENT= MagickWand Python binding
|
|
|
|
LICENSE= MIT
|
|
|
|
LIB_DEPENDS= libMagickWand.so:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|