freebsd-ports/devel/rubygem-ruby-filemagic/Makefile
Sunpoet Po-Chuan Hsieh f6af0b90cc - Move devel/rubygem-filemagic to devel/rubygem-ruby-filemagic
- Update to 0.6.3
- Add LICENSE
- Remove DISTNAME and GEM_NAME

Changes:	https://github.com/blackwinter/ruby-filemagic/blob/master/ChangeLog
2015-04-05 21:31:19 +00:00

19 lines
336 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= ruby-filemagic
PORTVERSION= 0.6.3
CATEGORIES= devel ruby
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby binding to libmagic(3)
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>