mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
21 lines
265 B
Makefile
21 lines
265 B
Makefile
# Created by: stas
|
|
|
|
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>
|