freebsd-ports/devel/ruby-locale2/Makefile
Steve Wills f64d997379 many ruby/rubygem ports: death of rubyforge.org
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:

- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
  only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
  (which are still fetchable from rubygems.org)

The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.

Phabric:	D591
With hat:	ruby
Approved by:	portmgr (because of committing to unstaged graphics/mingplot port)
2014-08-19 15:35:35 +00:00

32 lines
777 B
Makefile

# Created by: stas
# $FreeBSD$
PORTNAME= locale2
PORTVERSION= 2.0.5
CATEGORIES= devel ruby
MASTER_SITES= RF
MASTER_SITE_SUBDIR= locale
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-locale-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= Pure ruby library which provides basic APIs for localization
CONFLICTS= ${PKGNAMEPREFIX}locale-[0-9]*
USE_RUBY= yes
USE_RUBY_SETUP= yes
OPTIONS_DEFINE= DOCS
DEPRECATED= RubyForge shutdown May 15 2014
EXPIRATION_DATE= 2014-09-20
post-install:
${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/
${INSTALL_DATA} ${WRKSRC}/README.rdoc ${STAGEDIR}${RUBY_MODDOCDIR}/
${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/
@(cd ${WRKSRC}/samples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/)
.include <bsd.port.mk>