1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/p5-BBS-Client/Makefile
Li-Wen Hsu 82808bf773 Add p5-BBS-Client 0.03, a Client Module For BBS Systems.
PR:		ports/124129
Submitted by:	Yi-Jheng, Lin <yzlin at cs.nctu.edu.tw>
2008-05-31 15:19:59 +00:00

26 lines
540 B
Makefile

# New ports collection makefile for: p5-BBS-Client
# Date created: 2008-05-30
# Whom: Yi-Jheng, Lin <yzlin@cs.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= BBS-Client
PORTVERSION= 0.03
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/C/CO/CORNELIUS
PKGNAMEPREFIX= p5-
MAINTAINER= yzlin@cs.nctu.edu.tw
COMMENT= A Client Module For BBS Systems
BUILD_DEPENDS= ${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= BBS::Client.3
.include <bsd.port.mk>