diff --git a/net/Makefile b/net/Makefile index 81b6400ccf2f..7d3e1527818b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -398,6 +398,7 @@ SUBDIR += p5-AddressBook SUBDIR += p5-Apache2-SOAP SUBDIR += p5-Archie + SUBDIR += p5-BBS-UserInfo-Ptt SUBDIR += p5-EasyTCP SUBDIR += p5-File-Rsync SUBDIR += p5-File-RsyncP diff --git a/net/p5-BBS-UserInfo-Ptt/Makefile b/net/p5-BBS-UserInfo-Ptt/Makefile new file mode 100644 index 000000000000..8c3512925a2a --- /dev/null +++ b/net/p5-BBS-UserInfo-Ptt/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-BBS-UserInfo-Ptt +# Date created: 2006-08-20 +# Whom: Gea-Suan Lin +# +# $FreeBSD$ +# + +PORTNAME= BBS-UserInfo-Ptt +PORTVERSION= 0.06 +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 PTT-style BBS + +RUN_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect + +PERL_CONFIGURE= yes + +MAN3= BBS::UserInfo::Ptt.3 + +.include + +.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 diff --git a/net/p5-BBS-UserInfo-Ptt/distinfo b/net/p5-BBS-UserInfo-Ptt/distinfo new file mode 100644 index 000000000000..11ece2e0e9ce --- /dev/null +++ b/net/p5-BBS-UserInfo-Ptt/distinfo @@ -0,0 +1,3 @@ +MD5 (BBS-UserInfo-Ptt-0.06.tar.gz) = 57627d98e816a173dbe22a1c53a0ef3d +SHA256 (BBS-UserInfo-Ptt-0.06.tar.gz) = 3dca65953b2b39719f5738649ba05cdc53c9f1934d015851f2ade4039e9b4095 +SIZE (BBS-UserInfo-Ptt-0.06.tar.gz) = 2566 diff --git a/net/p5-BBS-UserInfo-Ptt/pkg-descr b/net/p5-BBS-UserInfo-Ptt/pkg-descr new file mode 100644 index 000000000000..98173dff78db --- /dev/null +++ b/net/p5-BBS-UserInfo-Ptt/pkg-descr @@ -0,0 +1,3 @@ +Get user information of PTT-style BBS. + +WWW: http://search.cpan.org/dist/BBS-UserInfo-Ptt/ diff --git a/net/p5-BBS-UserInfo-Ptt/pkg-plist b/net/p5-BBS-UserInfo-Ptt/pkg-plist new file mode 100644 index 000000000000..b409fad11c3a --- /dev/null +++ b/net/p5-BBS-UserInfo-Ptt/pkg-plist @@ -0,0 +1,8 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Ptt/.packlist +%%SITE_PERL%%/BBS/UserInfo/Ptt.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Ptt +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS +@dirrmtry %%SITE_PERL%%/BBS/UserInfo +@dirrmtry %%SITE_PERL%%/BBS