freebsd-ports/comms/callsign/Makefile
Thomas Abthorpe fd1bd58704 - Reset maintainer due do mail bounces
<codeblock@eighthbit.net>: Host or domain name not found. Name service error
   for name=eighthbit.net type=AAAA: Host not found

Final-Recipient: rfc822; codeblock@eighthbit.net
Original-Recipient: rfc822;codeblock@eighthbit.net
Action: failed
Status: 5.4.4
Diagnostic-Code: X-Postfix; Host or domain name not found. Name service error
   for name=eighthbit.net type=AAAA: Host not found

With hat:	portmgr
2011-12-17 17:01:05 +00:00

26 lines
586 B
Makefile

# New ports collection makefile for: callsign-bin
# Date created: 31 July 2009
# Whom: Rick Elrod <codeblock@eighthbit.net>
#
# $FreeBSD$
#
PORTNAME= callsign
PORTVERSION= 1.0.2
CATEGORIES= comms net hamradio
MASTER_SITES= RF
DISTNAME= callsign-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= An 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 ${LOCALBASE}/bin/
.include <bsd.port.mk>