diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-10 00:48:39 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-10 00:48:39 +0000 |
commit | 79e8833f21ced148a9c11bb09e12b00a9e9282c6 (patch) | |
tree | 7f330b50a329281dfbc190fab2a10ddc74d0a98f /net | |
parent | 760b2608e11259308d2c427e0c60224540f246d7 (diff) | |
download | ports-79e8833f21ced148a9c11bb09e12b00a9e9282c6.tar.gz ports-79e8833f21ced148a9c11bb09e12b00a9e9282c6.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-BBS-UserInfo-Maple3itoc/Makefile | 30 | ||||
-rw-r--r-- | net/p5-BBS-UserInfo-Maple3itoc/distinfo | 3 | ||||
-rw-r--r-- | net/p5-BBS-UserInfo-Maple3itoc/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-BBS-UserInfo-Maple3itoc/pkg-plist | 8 |
5 files changed, 45 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 7263222221fa..d6561773860b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -404,6 +404,7 @@ SUBDIR += p5-Archie SUBDIR += p5-BBS-UserInfo SUBDIR += p5-BBS-UserInfo-Maple3 + SUBDIR += p5-BBS-UserInfo-Maple3itoc SUBDIR += p5-BBS-UserInfo-Ptt SUBDIR += p5-EasyTCP SUBDIR += p5-File-Rsync diff --git a/net/p5-BBS-UserInfo-Maple3itoc/Makefile b/net/p5-BBS-UserInfo-Maple3itoc/Makefile new file mode 100644 index 000000000000..d27f129c6c19 --- /dev/null +++ b/net/p5-BBS-UserInfo-Maple3itoc/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-BBS-UserInfo-Maple3itoc +# Date created: 2006-08-20 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= BBS-UserInfo-Maple3itoc +PORTVERSION= 0.01 +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/G/GS/GSLIN +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Get user information of Maple3itoc-style BBS + +RUN_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect + +PERL_CONFIGURE= yes + +MAN3= BBS::UserInfo::Maple3itoc.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 # Inherited from lang/p5-Expect +IGNORE= requires perl 5.8.0 or newer. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/net/p5-BBS-UserInfo-Maple3itoc/distinfo b/net/p5-BBS-UserInfo-Maple3itoc/distinfo new file mode 100644 index 000000000000..5856fdfa9987 --- /dev/null +++ b/net/p5-BBS-UserInfo-Maple3itoc/distinfo @@ -0,0 +1,3 @@ +MD5 (BBS-UserInfo-Maple3itoc-0.01.tar.gz) = 5143b7016f41a3b1aa78e7d0ddbfeaf8 +SHA256 (BBS-UserInfo-Maple3itoc-0.01.tar.gz) = b5f26e170ffdf6dd12f1fbaf94528eda0d5bc90eb16d65fcd387699cd6e79bea +SIZE (BBS-UserInfo-Maple3itoc-0.01.tar.gz) = 2464 diff --git a/net/p5-BBS-UserInfo-Maple3itoc/pkg-descr b/net/p5-BBS-UserInfo-Maple3itoc/pkg-descr new file mode 100644 index 000000000000..e10e09dd8aa2 --- /dev/null +++ b/net/p5-BBS-UserInfo-Maple3itoc/pkg-descr @@ -0,0 +1,3 @@ +Get user information of Maple3itoc-style BBS. + +WWW: http://search.cpan.org/dist/BBS-UserInfo-Maple3itoc/ diff --git a/net/p5-BBS-UserInfo-Maple3itoc/pkg-plist b/net/p5-BBS-UserInfo-Maple3itoc/pkg-plist new file mode 100644 index 000000000000..e003e6dce042 --- /dev/null +++ b/net/p5-BBS-UserInfo-Maple3itoc/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Maple3itoc/.packlist +%%SITE_PERL%%/BBS/UserInfo/Maple3itoc.pm +@dirrmtry %%SITE_PERL%%/BBS/UserInfo +@dirrmtry %%SITE_PERL%%/BBS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Maple3itoc +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS |