mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Add p5-BBS-UserInfo-Wretch 0.02, get user information of Wretch-style
BBS. PR: ports/102319 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
0f72a79980
commit
901445b11d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177948
@ -405,6 +405,7 @@
|
||||
SUBDIR += p5-BBS-UserInfo-Maple3
|
||||
SUBDIR += p5-BBS-UserInfo-Maple3itoc
|
||||
SUBDIR += p5-BBS-UserInfo-Ptt
|
||||
SUBDIR += p5-BBS-UserInfo-Wretch
|
||||
SUBDIR += p5-EasyTCP
|
||||
SUBDIR += p5-File-Rsync
|
||||
SUBDIR += p5-File-RsyncP
|
||||
|
30
net/p5-BBS-UserInfo-Wretch/Makefile
Normal file
30
net/p5-BBS-UserInfo-Wretch/Makefile
Normal file
@ -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>
|
3
net/p5-BBS-UserInfo-Wretch/distinfo
Normal file
3
net/p5-BBS-UserInfo-Wretch/distinfo
Normal file
@ -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
|
3
net/p5-BBS-UserInfo-Wretch/pkg-descr
Normal file
3
net/p5-BBS-UserInfo-Wretch/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Get user information of Wretch-style BBS.
|
||||
|
||||
WWW: http://search.cpan.org/dist/BBS-UserInfo-Wretch/
|
8
net/p5-BBS-UserInfo-Wretch/pkg-plist
Normal file
8
net/p5-BBS-UserInfo-Wretch/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user