freebsd-ports/net/p5-OurNet-BBSAgent/Makefile
Rong-En Fan 35d4715fc9 Add p5-OurNet-BBSAgent 1.61, scriptable telnet-based virtual users.
PR:		ports/100268
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-07-15 16:57:51 +00:00

25 lines
544 B
Makefile

# New ports collection makefile for: p5-OurNet-BBSAgent
# Date created: 2006-07-14
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= OurNet-BBSAgent
PORTVERSION= 1.61
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= OurNet
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Scriptable telnet-based virtual users
BUILD_DEPENDS= ${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= OurNet::BBSAgent.3
.include <bsd.port.mk>