blob: 427f77ffd6f51061ecfb00204747fca68461b66d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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= CPAN:CORNELIUS
PKGNAMEPREFIX= p5-
MAINTAINER= yzlin@FreeBSD.org
COMMENT= A Client Module For BBS Systems
BUILD_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= BBS::Client.3
.include <bsd.port.mk>
|