Update net/p5-BBS-UserInfo-SOB to version 0.01_1
[dports.git] / net / p5-BBS-UserInfo-SOB / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       BBS-UserInfo-SOB
5 PORTVERSION=    0.01
6 PORTREVISION=   1
7 CATEGORIES=     net perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:GSLIN
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     sunpoet@FreeBSD.org
13 COMMENT=        Get user information of SOB-style BBS
14
15 LICENSE=        ART10 GPLv1
16 LICENSE_COMB=   dual
17
18 BUILD_DEPENDS=  p5-Expect>=0:${PORTSDIR}/lang/p5-Expect
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20
21 USE_PERL5=      configure
22 USES=           perl5
23
24 .include <bsd.port.mk>