1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/comms/callsign/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

25 lines
533 B
Makefile

# Created by: Rick Elrod <codeblock@eighthbit.net>
# $FreeBSD$
PORTNAME= callsign
PORTVERSION= 1.0.2
CATEGORIES= comms net hamradio
MASTER_SITES= RF
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Amateur radio callsign lookup command
RUN_DEPENDS= rubygem-callsign>=0:${PORTSDIR}/comms/rubygem-callsign
WRKSRC= ${WRKDIR}
NO_BUILD= YES
PLIST_FILES= bin/callsign
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/callsign ${STAGEDIR}${PREFIX}/bin/
DEPRECATED= RubyForge shutdown May 15 2014
EXPIRATION_DATE= 2014-09-20
.include <bsd.port.mk>