mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
cf118ccf87
Reported by: lwhsu
26 lines
508 B
Makefile
26 lines
508 B
Makefile
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>
|