20 lines
380 B
Makefile
20 lines
380 B
Makefile
# Created by: Martin Neubauer <m.ne@gmx.net>
|
|
|
|
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:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|