mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
8b223b0637
- STAGEDIR - Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes While I'm here - Use PYDISTUTILS_AUTOPLIST - Adjust or add LICENSE
25 lines
475 B
Makefile
25 lines
475 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Wand
|
|
PORTVERSION= 0.3.5
|
|
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
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|cmdclass={'upload_doc': upload_doc}||" \
|
|
${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|