Tweak www/twiki-GluePlugin version 0.0.15708
[dports.git] / net / p5-BBS-Client / Makefile
1 # Created by: Yi-Jheng, Lin <yzlin@cs.nctu.edu.tw>
2 # $FreeBSD$
3
4 PORTNAME=       BBS-Client
5 PORTVERSION=    0.03
6 CATEGORIES=     net perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     CPAN:CORNELIUS
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Client Module For BBS Systems
13
14 BUILD_DEPENDS=  p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>