forked from Lainports/opnsense-ports
19 lines
377 B
Makefile
19 lines
377 B
Makefile
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>
|