20 lines
367 B
Makefile
20 lines
367 B
Makefile
PORTNAME= png
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Almost-pure-ruby PNG library
|
|
WWW= https://www.zenspider.com/projects/png.html \
|
|
https://github.com/seattlerb/png
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-rubyinline>=3.9<4:devel/rubygem-rubyinline
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|