freebsd-ports/graphics/rubygem-png/Makefile

22 lines
396 B
Makefile
Raw Normal View History

2013-08-21 19:42:57 +02:00
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= png
PORTVERSION= 1.2.0
2012-06-01 07:26:28 +02:00
PORTREVISION= 1
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Almost-pure-ruby PNG library
2013-11-29 22:31:25 +01:00
LICENSE= MIT
RUN_DEPENDS= rubygem-hoe>=2.3.0:${PORTSDIR}/devel/rubygem-hoe
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>