aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-deprecated/Makefile
blob: 27d807e56e38029fb818cfc088e41667db7fc338 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	deprecated
PORTVERSION=	3.0.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Library intended to aid developers working with deprecated code
WWW=		https://github.com/erikh/deprecated

LICENSE=	MIT

NO_ARCH=	yes

USES=		gem

.include <bsd.port.mk>