mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add p5-BBS-UserInfo-Maple3 0.01, get user information of Maple3-style
BBS. PR: ports/102308 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
67cd757560
commit
f5576f8ac6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171177
5 changed files with 45 additions and 0 deletions
|
@ -398,6 +398,7 @@
|
||||||
SUBDIR += p5-AddressBook
|
SUBDIR += p5-AddressBook
|
||||||
SUBDIR += p5-Apache2-SOAP
|
SUBDIR += p5-Apache2-SOAP
|
||||||
SUBDIR += p5-Archie
|
SUBDIR += p5-Archie
|
||||||
|
SUBDIR += p5-BBS-UserInfo-Maple3
|
||||||
SUBDIR += p5-BBS-UserInfo-Ptt
|
SUBDIR += p5-BBS-UserInfo-Ptt
|
||||||
SUBDIR += p5-EasyTCP
|
SUBDIR += p5-EasyTCP
|
||||||
SUBDIR += p5-File-Rsync
|
SUBDIR += p5-File-Rsync
|
||||||
|
|
30
net/p5-BBS-UserInfo-Maple3/Makefile
Normal file
30
net/p5-BBS-UserInfo-Maple3/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# New ports collection makefile for: p5-BBS-UserInfo-Maple3
|
||||||
|
# Date created: 2006-08-20
|
||||||
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= BBS-UserInfo-Maple3
|
||||||
|
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 Maple3-style BBS
|
||||||
|
|
||||||
|
RUN_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= BBS::UserInfo::Maple3.3
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PERL_LEVEL} < 500800 # Inherhited 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-Maple3/distinfo
Normal file
3
net/p5-BBS-UserInfo-Maple3/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (BBS-UserInfo-Maple3-0.01.tar.gz) = e25166b43b92feabe46b03f5470cabe8
|
||||||
|
SHA256 (BBS-UserInfo-Maple3-0.01.tar.gz) = 02af341e29c4107805aecd21f97439dcaa55b91cbad414d74d222ce55a9d0c2e
|
||||||
|
SIZE (BBS-UserInfo-Maple3-0.01.tar.gz) = 2445
|
3
net/p5-BBS-UserInfo-Maple3/pkg-descr
Normal file
3
net/p5-BBS-UserInfo-Maple3/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Get user information of Maple3-style BBS.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/BBS-UserInfo-Maple3/
|
8
net/p5-BBS-UserInfo-Maple3/pkg-plist
Normal file
8
net/p5-BBS-UserInfo-Maple3/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
@comment $FreeBSD$
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Maple3/.packlist
|
||||||
|
%%SITE_PERL%%/BBS/UserInfo/Maple3.pm
|
||||||
|
@dirrmtry %%SITE_PERL%%/BBS/UserInfo
|
||||||
|
@dirrmtry %%SITE_PERL%%/BBS
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Maple3
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS
|
Loading…
Add table
Reference in a new issue