freebsd-ports/sysutils/rubygem-capistrano-ext/Makefile
2021-07-19 06:07:19 +08:00

21 lines
409 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
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
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-capistrano>=1.0.0:sysutils/rubygem-capistrano
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>