diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-24 01:47:23 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-24 01:47:23 +0000 |
commit | 901445b11d0a4419c0bd05daba12c4afcb207bc5 (patch) | |
tree | 60c38b418ccc536da91b521403fc23767051a124 /net/p5-BBS-UserInfo-Wretch | |
parent | 0f72a799801129c5fc40755b5f4bfa2d358347ad (diff) | |
download | ports-901445b11d0a4419c0bd05daba12c4afcb207bc5.tar.gz ports-901445b11d0a4419c0bd05daba12c4afcb207bc5.zip |
Notes
Diffstat (limited to 'net/p5-BBS-UserInfo-Wretch')
-rw-r--r-- | net/p5-BBS-UserInfo-Wretch/Makefile | 30 | ||||
-rw-r--r-- | net/p5-BBS-UserInfo-Wretch/distinfo | 3 | ||||
-rw-r--r-- | net/p5-BBS-UserInfo-Wretch/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-BBS-UserInfo-Wretch/pkg-plist | 8 |
4 files changed, 44 insertions, 0 deletions
diff --git a/net/p5-BBS-UserInfo-Wretch/Makefile b/net/p5-BBS-UserInfo-Wretch/Makefile new file mode 100644 index 000000000000..fe238378b017 --- /dev/null +++ b/net/p5-BBS-UserInfo-Wretch/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-BBS-UserInfo-Wretch +# Date created: 2006-08-20 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= BBS-UserInfo-Wretch +PORTVERSION= 0.02 +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 Wretch-style BBS + +RUN_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect + +PERL_CONFIGURE= yes + +MAN3= BBS::UserInfo::Wretch.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 # Inherited from lang/p5-Expect +IGNORE= requires Perl 5.8.0 or newer. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/net/p5-BBS-UserInfo-Wretch/distinfo b/net/p5-BBS-UserInfo-Wretch/distinfo new file mode 100644 index 000000000000..7bcb1ddedbcf --- /dev/null +++ b/net/p5-BBS-UserInfo-Wretch/distinfo @@ -0,0 +1,3 @@ +MD5 (BBS-UserInfo-Wretch-0.02.tar.gz) = ae4e3532a4a14c2e0b666f1531c90c55 +SHA256 (BBS-UserInfo-Wretch-0.02.tar.gz) = 4a849812c77cd1f7e087c68ddc109e0dc5a0deb1241a0f9b601195415adb103a +SIZE (BBS-UserInfo-Wretch-0.02.tar.gz) = 2968 diff --git a/net/p5-BBS-UserInfo-Wretch/pkg-descr b/net/p5-BBS-UserInfo-Wretch/pkg-descr new file mode 100644 index 000000000000..0250c712a9f6 --- /dev/null +++ b/net/p5-BBS-UserInfo-Wretch/pkg-descr @@ -0,0 +1,3 @@ +Get user information of Wretch-style BBS. + +WWW: http://search.cpan.org/dist/BBS-UserInfo-Wretch/ diff --git a/net/p5-BBS-UserInfo-Wretch/pkg-plist b/net/p5-BBS-UserInfo-Wretch/pkg-plist new file mode 100644 index 000000000000..1c6246813c25 --- /dev/null +++ b/net/p5-BBS-UserInfo-Wretch/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Wretch/.packlist +%%SITE_PERL%%/BBS/UserInfo/Wretch.pm +@dirrmtry %%SITE_PERL%%/BBS/UserInfo +@dirrmtry %%SITE_PERL%%/BBS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Wretch +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS |