633d2e8c39
and portscout updates
20 lines
362 B
Makefile
20 lines
362 B
Makefile
# Ports collection makefile for: rubygem-exifr
|
|
# Date created: 4 October 2008
|
|
# Whom: stas
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= exifr
|
|
PORTVERSION= 0.10.9
|
|
CATEGORIES= graphics rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= A pure-ruby EXIF reader
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
PLIST_FILES= bin/exifr
|
|
|
|
.include <bsd.port.mk>
|