1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/misc/rubygem-mime-types117/Makefile
Rui Paulo c03a5d5678 Add rubygem-kensa v2.0.2.
This brings the following additional ports
* devel/rubygem-launch22
* misc/rubygem-mime-types117
* textproc/rubygem-nokogiri14
* www/rubygem-heroku-nav
* www/rubygem-mechanize26
* www/rubygem-net-http-digest_auth11
* www/rubygem-net-http-persistent25

With the exception of heroku-nav, all the other ports are just older versions
of already existing ports.

Reviewed by:	swills
2014-05-19 04:17:52 +00:00

20 lines
350 B
Makefile

# $FreeBSD$
PORTNAME= mime-types
PKGNAMESUFFIX= 117
PORTVERSION= 1.17.2
CATEGORIES= misc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby gem which provides a mailcap-like MIME Content-Type lookup
LICENSE= ART20 GPLv2 GPLv3 MIT
LICENSE_COMB= dual
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>