23 lines
499 B
Makefile
23 lines
499 B
Makefile
PORTNAME= appraisal
|
|
PORTVERSION= 2.5.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Integrates with bundler and rake to test library dependencies
|
|
WWW= https://github.com/thoughtbot/appraisal
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-bundler>=0:sysutils/rubygem-bundler \
|
|
rubygem-rake>=0:devel/rubygem-rake \
|
|
rubygem-thor>=0.14.0:devel/rubygem-thor
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/appraisal
|
|
|
|
.include <bsd.port.mk>
|