freebsd-ports/www/rubygem-rack15/Makefile
Steve Wills df89039a84 - Support stage
- Avoid conflict with www/rubygem-rack
2013-10-27 15:41:48 +00:00

29 lines
660 B
Makefile

# $FreeBSD$
# XXX: If updating this port, please check compatibality with at least the following ports,
# XXX: preferably, the full rubygem-* tree. rack version requirements are specified with ~>
# XXX: which requires *EXACTLY* that version.
#
# www/rubygem-actionpack
# www/rubygem-innate
PORTNAME= rack
PORTVERSION= 1.5.2
PORTEPOCH= 3
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rack, a Ruby Webserver Interface
PKGNAMESUFFIX= 15
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
# avoid duplicate file from www/rubygem-rack port
post-install:
@${RM} ${STAGEDIR}${PREFIX}/bin/rackup
.include <bsd.port.mk>