mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
17 lines
282 B
Makefile
17 lines
282 B
Makefile
# $FreeBSD:ruby/Makefile 453783 2017-11-08 23:30:48Z sunpoet $
|
|
|
|
PORTNAME= mini_mime
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= mail rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Lightweight mime type lookup toy
|
|
|
|
|
|
NO_ARCH= yes
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
.include <bsd.port.mk>
|