mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
35d4715fc9
PR: ports/100268 Submitted by: Gea-Suan Lin <gslin at gslin.org>
26 lines
544 B
Makefile
26 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>
|