freebsd-ports/devel/rubygem-newrelic_rpm/Makefile
Dmitry Marakasov c1c0fa49ab - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-09-08 18:57:59 +00:00

28 lines
642 B
Makefile

# $FreeBSD$
PORTNAME= newrelic_rpm
PORTVERSION= 3.12.0.288
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Performance management system for Rails applications
LICENSE= MIT RUBY NEWRELIC
LICENSE_COMB= multi
LICENSE_NAME_NEWRELIC= New Relic License
LICENSE_FILE_NEWRELIC= ${WRKSRC}/LICENSE
LICENSE_PERMS_NEWRELIC= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USES= shebangfix
SHEBANG_FILES= test/script/*.sh
PLIST_FILES= bin/mongrel_rpm bin/newrelic bin/newrelic_cmd bin/nrdebug
.include <bsd.port.mk>