freebsd-ports/sysutils/rubygem-capistrano-ext/Makefile
Sunpoet Po-Chuan Hsieh f211f7c832 - Add LICENSE_FILE
- Add NO_ARCH
- Remove USE_RAKE
2015-12-04 12:35:44 +00:00

22 lines
462 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
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:${PORTSDIR}/sysutils/rubygem-capistrano
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>