2006-11-29 04:06:54 +01:00
|
|
|
# New ports collection makefile for: p5-BBS-UserInfo-SOB
|
|
|
|
# Date created: 2006-08-20
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= BBS-UserInfo-SOB
|
|
|
|
PORTVERSION= 0.01
|
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 10:37:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:GSLIN
|
2006-11-29 04:06:54 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
|
|
COMMENT= Get user information of SOB-style BBS
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect
|
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2006-11-29 04:06:54 +01:00
|
|
|
|
|
|
|
MAN3= BBS::UserInfo::SOB.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|