freebsd-ports/net/p5-BBS-Client/Makefile
Andrej Zverev dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

25 lines
520 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= CPAN:CORNELIUS
PKGNAMEPREFIX= p5-
MAINTAINER= yzlin@FreeBSD.org
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>