aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-wand/Makefile
blob: 85f3d933e4e2bd2c999fbe9e16c01aa8e3371c09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $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>