1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/irc/nethirc/Makefile
Andrej Zverev a41069ab3b - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:53:22 +00:00

27 lines
630 B
Makefile

# New ports collection makefile for: nethirc
# Date created: 15 Dec 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= NetHirc
PORTVERSION= 0.94
CATEGORIES= irc
MASTER_SITES= ftp://ftp.nog.net/pub/tony/nethirc/
MAINTAINER= matt_mills@btopenworld.com
COMMENT= Perl-based IRC client that uses Net::IRC
BUILD_DEPENDS= p5-POE-Component-IRC>=0:${PORTSDIR}/irc/p5-POE-Component-IRC \
p5-String-Format>=0:${PORTSDIR}/textproc/p5-String-Format \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= nethirc.pl.1
MAN3= NetHirc.3
.include <bsd.port.mk>