2008-10-05 01:25:01 +02:00
|
|
|
# Ports collection makefile for: rubygem-exifr
|
|
|
|
# Date created: 4 October 2008
|
|
|
|
# Whom: stas
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= exifr
|
2009-12-15 06:29:31 +01:00
|
|
|
PORTVERSION= 0.10.9
|
2008-10-05 01:25:01 +02:00
|
|
|
CATEGORIES= graphics rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2008-10-05 01:25:01 +02:00
|
|
|
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
|
|
COMMENT= A pure-ruby EXIF reader
|
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-04-09 02:11:47 +02:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/exifr
|
2008-10-05 01:25:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|