aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-imagesize/Makefile
blob: 200661037d5601b377e370d11050be96e57af3ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	imagesize
PORTVERSION=	0.1.1
CATEGORIES=	graphics rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	RubyGem for finding the size of an image
WWW=		http://imagesize.rubyforge.org/

LICENSE=	BSD2CLAUSE RUBY
LICENSE_COMB=	dual

NO_ARCH=	yes

USES=		gem

.include <bsd.port.mk>