freebsd-ports/devel/rubygem-filemagic/Makefile
Steve Wills e07bd49706 FileMagic is a Ruby binding to the magic(4) library, which you may
know better as the file(1) command.  The file(1) command identifies
the type of a file using, among other tests, a test for whether the
file begins with a certain magic number.

WWW:	http://rubygems.org/gems/ruby-filemagic
2011-04-10 20:02:24 +00:00

23 lines
430 B
Makefile

# New ports collection makefile for: filemagic
# Date created: 2011-04-10
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= filemagic
PORTVERSION= 0.4.2
CATEGORIES= devel ruby
MASTER_SITES= RG
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
MAINTAINER= swills@FreeBSD.org
COMMENT= A Ruby binding to libmagic(3)
GEM_NAME= ${DISTNAME}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>