blob: edbe09d596bea4dda494399a25083e54b46863f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|