2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-11-29 04:06:54 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= BBS-UserInfo-SOB
|
|
|
|
PORTVERSION= 0.01
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2006-11-29 04:06:54 +01:00
|
|
|
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-
|
|
|
|
|
2014-06-30 18:42:17 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2006-11-29 04:06:54 +01:00
|
|
|
COMMENT= Get user information of SOB-style BBS
|
|
|
|
|
2014-07-31 17:12:59 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Expect>=0:lang/p5-Expect
|
2014-07-31 17:12:59 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-11-29 04:06:54 +01:00
|
|
|
|
2015-09-20 22:19:43 +02:00
|
|
|
NO_ARCH= yes
|
2013-09-05 13:09:23 +02:00
|
|
|
USE_PERL5= configure
|
2014-07-31 17:12:59 +02:00
|
|
|
USES= perl5
|
2006-11-29 04:06:54 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|