blob: 30798a45739a276608695c7b369f58e0aff58e92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: stas
# $FreeBSD$
PORTNAME= exifr
PORTVERSION= 1.3.5
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Pure-ruby EXIF reader
LICENSE= MIT
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/exifr
.include <bsd.port.mk>
|