mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
a0bdea9d39
Approved by: linimon (implicit)
27 lines
544 B
Makefile
27 lines
544 B
Makefile
# New ports collection makefile for: nethirc
|
|
# Date created: 15 Dec 1999
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nethirc
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= irc
|
|
MASTER_SITES= ftp://ftp.nog.net/pub/tony/nethirc/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Perl-based irc client that uses Net::IRC
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Net/IRC.pm:${PORTSDIR}/irc/p5-IRC
|
|
|
|
NO_BUILD= yes
|
|
USE_PERL5= yes
|
|
MAN1= nethirc.1 nhirc.1
|
|
|
|
do-install:
|
|
(cd ${WRKSRC} && ${SH} install.sh ${PREFIX})
|
|
|
|
.include <bsd.port.mk>
|