1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/net/p5-BBS-Client/Makefile
Sunpoet Po-Chuan Hsieh 97965a6eef Add LICENSE
- Fix and update WWW
2018-06-04 18:10:27 +00:00

25 lines
466 B
Makefile

# Created by: Yi-Jheng, Lin <yzlin@cs.nctu.edu.tw>
# $FreeBSD$
PORTNAME= BBS-Client
PORTVERSION= 0.03
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CORNELIUS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Client Module For BBS Systems
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Net-Telnet>=0:net/p5-Net-Telnet
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>