aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rubygem-capistrano-ext/Makefile
blob: c58048c0386993380078c59d8102963c4ea87cac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	capistrano-ext
PORTVERSION=	1.2.1
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Useful task libraries and methods for Capistrano
WWW=		https://www.capify.org/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

RUN_DEPENDS=	rubygem-capistrano>=1.0.0:sysutils/rubygem-capistrano

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>