forked from Lainports/freebsd-ports
- Update to 0.6.3 - Add LICENSE - Remove DISTNAME and GEM_NAME Changes: https://github.com/blackwinter/ruby-filemagic/blob/master/ChangeLog
19 lines
336 B
Makefile
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>
|