2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-08-22 11:24:01 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= BBS-UserInfo-Ptt
|
|
|
|
PORTVERSION= 0.06
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2006-08-22 11:24:01 +02: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-08-22 11:24:01 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-06-30 18:42:17 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2006-08-22 11:24:01 +02:00
|
|
|
COMMENT= Get user information of PTT-style BBS
|
|
|
|
|
2014-07-31 17:12:54 +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:54 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-08-22 11:24:01 +02:00
|
|
|
|
2015-09-20 22:19:38 +02:00
|
|
|
NO_ARCH= yes
|
2013-09-06 19:02:34 +02:00
|
|
|
USE_PERL5= configure
|
2014-07-31 17:12:54 +02:00
|
|
|
USES= perl5
|
2006-08-22 11:24:01 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|