aboutsummaryrefslogtreecommitdiff
path: root/net/p5-OurNet-BBS/Makefile
blob: 7e750f796bb8b94fcc25bacbb5764f28df7a7ddd (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Created by: Gea-Suan Lin <gslin@gslin.org>

PORTNAME=	OurNet-BBS
PORTVERSION=	1.66
PORTREVISION=	6
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Component Object Model for BBS systems

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Class-MethodMaker>=0:devel/p5-Class-MethodMaker \
		p5-Crypt-Blowfish>=0:security/p5-Crypt-Blowfish \
		p5-Crypt-DES>=0:security/p5-Crypt-DES \
		p5-Crypt-GOST>=0:security/p5-Crypt-GOST \
		p5-Crypt-IDEA>=0:security/p5-Crypt-IDEA \
		p5-Crypt-Rijndael>=0:security/p5-Crypt-Rijndael \
		p5-Crypt-TEA>=0:security/p5-Crypt-TEA \
		p5-Crypt-Twofish>=0:security/p5-Crypt-Twofish \
		p5-Crypt-Twofish2>=0:security/p5-Crypt-Twofish2 \
		p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \
		p5-Crypt-Blowfish_PP>=0:security/p5-Crypt-Blowfish_PP \
		p5-Crypt-DES_PP>=0:security/p5-Crypt-DES_PP \
		p5-Crypt-Rijndael_PP>=0:security/p5-Crypt-Rijndael_PP \
		p5-TimeDate>=0:devel/p5-TimeDate \
		p5-TimeDate>=0:devel/p5-TimeDate \
		p5-GnuPG-Interface>=0:security/p5-GnuPG-Interface \
		p5-Hook-LexWrap>=0:devel/p5-Hook-LexWrap \
		p5-Mail-Tools>=0:mail/p5-Mail-Tools \
		p5-Mail-Box>=0:mail/p5-Mail-Box \
		p5-Mail-Tools>=0:mail/p5-Mail-Tools \
		p5-Net-Daemon>=0:net/p5-Net-Daemon \
		p5-Net-Telnet>=0:net/p5-Net-Telnet \
		p5-OurNet-BBSAgent>=0:net/p5-OurNet-BBSAgent \
		p5-PlRPC>=0:net/p5-PlRPC \
		p5-enum>=0:devel/p5-enum

PORTSCOUT=	skipv:1.67

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>