freebsd-ports/graphics/rubygem-exifr/Makefile
Sunpoet Po-Chuan Hsieh 73254ee968 - Update to 1.2.1
- Add LICENSE
- Remove leading spaces in pkg-descr

Changes:	https://github.com/remvee/exifr/blob/master/CHANGELOG
2015-04-05 21:30:00 +00:00

20 lines
293 B
Makefile

# Created by: stas
# $FreeBSD$
PORTNAME= exifr
PORTVERSION= 1.2.1
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Pure-ruby EXIF reader
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/exifr
.include <bsd.port.mk>