aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-ruby_dep/Makefile
blob: cacb8a8d219316ad34a1e0ceceb7474db8ff373a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	ruby_dep
PORTVERSION=	1.5.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Creates a version constraint of supported Rubies
WWW=		https://github.com/e2/ruby_dep

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

DEPRECATED=	Upstream official support to Ruby 2.x only and is inactive for 7.5 years. And there is no dependent ports
EXPIRATION_DATE=2024-04-30

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>