freebsd-ports/sysutils/rubygem-bundler17/Makefile
Philip M. Gollucci 4e3d011569 Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from:  DEVELOPER_MODE
With Hat:       ruby@

Sponsored by:   RideCharge Inc / Curb
2015-07-02 16:01:06 +00:00

27 lines
472 B
Makefile

# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
# $FreeBSD$
PORTNAME= bundler
PORTVERSION= 1.7.15
PORTREVISION= 1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 17
MAINTAINER= ruby@FreeBSD.org
COMMENT= Tool that manages gem dependencies for ruby applications
LICENSE= MIT
PORTSCOUT= limit:^1\.7\.[0-9]*
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/bundle*
.include <bsd.port.mk>