blob: 454068f99ab44b43c0498a0867379d0f5693f8c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Ports collection makefile for: rubygem-chunky_png
# Date created: 7 October 2011
# Whom: Phil Phillips <pphillips@experts-exchange.com>
#
# $FreeBSD$
#
PORTNAME= chunky_png
PORTVERSION= 1.2.5
PORTREVISION= 1
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= pphillips@experts-exchange.com
COMMENT= Ruby library to read and write PNG images
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
|