Files
ports/graphics/py-rawkit/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

22 lines
392 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:3.6+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>