forked from Lainports/freebsd-ports
rawkit (pronounced rocket) is a ctypes-based LibRaw binding for Python inspired by the Wand API. WWW: https://rawkit.readthedocs.org PR: 240601 Submitted by: m.ne@gmx.net
21 lines
387 B
Makefile
21 lines
387 B
Makefile
# Created by: Martin Neubauer <m.ne@gmx.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rawkit
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= graphics devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= m.ne@gmx.net
|
|
COMMENT= Ctypes based libraw bindings
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|