mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
21 lines
363 B
Makefile
21 lines
363 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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:devel/rubygem-rubyinline
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|