1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/graphics/rubygem-png/Makefile
2021-04-06 16:31:07 +02:00

21 lines
354 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= png
PORTVERSION= 1.2.1
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Almost-pure-ruby PNG library
LICENSE= MIT
RUN_DEPENDS= rubygem-rubyinline>=3.9<4:devel/rubygem-rubyinline
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>