aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-pymaging-png/Makefile
blob: bbe55587fc20738992482f6a8c35e84d19d69235 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	pymaging-png
PORTREVISION=	1
PORTVERSION=	g20130727
CATEGORIES=	graphics python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ume@FreeBSD.org
COMMENT=	PNG support for pymaging

LICENSE=	BSD3CLAUSE MIT
LICENSE_COMB=	multi
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pymaging>=g20130908:graphics/py-pymaging@${PY_FLAVOR}

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

USE_GITHUB=	yes
GH_ACCOUNT=	ojii
GH_TAGNAME=	83d85c4

NO_ARCH=	yes

.include <bsd.port.mk>