diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-22 17:34:16 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-22 17:34:16 +0800 |
commit | c3999ce3731aa0dec04469f146e5777dd4479c2f (patch) | |
tree | 497ca87ba428e9b824cf5ba8990759d22d3a0a13 | |
parent | 07ba535a118600800381fbf63d1763a7384fef7f (diff) | |
download | freebsd-ports-gnome-c3999ce3731aa0dec04469f146e5777dd4479c2f.tar.gz freebsd-ports-gnome-c3999ce3731aa0dec04469f146e5777dd4479c2f.tar.zst freebsd-ports-gnome-c3999ce3731aa0dec04469f146e5777dd4479c2f.zip |
Add p5-BBS-UserInfo 0.01, base class of BBS::UserInfo::XXX.
PR: ports/102313
Submitted by: Gea-Suan Lin <gslin at gslin.org>
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-BBS-UserInfo/Makefile | 22 | ||||
-rw-r--r-- | net/p5-BBS-UserInfo/distinfo | 3 | ||||
-rw-r--r-- | net/p5-BBS-UserInfo/pkg-descr | 3 | ||||
-rw-r--r-- | net/p5-BBS-UserInfo/pkg-plist | 6 |
5 files changed, 35 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 59b1de1c3fba..5527e6a26b6e 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 SUBDIR += p5-BBS-UserInfo-Maple3 SUBDIR += p5-BBS-UserInfo-Ptt SUBDIR += p5-EasyTCP diff --git a/net/p5-BBS-UserInfo/Makefile b/net/p5-BBS-UserInfo/Makefile new file mode 100644 index 000000000000..7b87e275f2a0 --- /dev/null +++ b/net/p5-BBS-UserInfo/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-BBS-UserInfo +# Date created: 2006-08-20 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= BBS-UserInfo +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= Base class of BBS::UserInfo::XXX + +PERL_CONFIGURE= yes + +MAN3= BBS::UserInfo.3 + +.include <bsd.port.mk> diff --git a/net/p5-BBS-UserInfo/distinfo b/net/p5-BBS-UserInfo/distinfo new file mode 100644 index 000000000000..c6de1feffe09 --- /dev/null +++ b/net/p5-BBS-UserInfo/distinfo @@ -0,0 +1,3 @@ +MD5 (BBS-UserInfo-0.01.tar.gz) = 48126f992d9282791c38d2d2da0291be +SHA256 (BBS-UserInfo-0.01.tar.gz) = d9e73fa604e3db8f3b7e828407083c138e8080223973a8e7e784d5dfab6afcc0 +SIZE (BBS-UserInfo-0.01.tar.gz) = 1470 diff --git a/net/p5-BBS-UserInfo/pkg-descr b/net/p5-BBS-UserInfo/pkg-descr new file mode 100644 index 000000000000..154d7d0ee444 --- /dev/null +++ b/net/p5-BBS-UserInfo/pkg-descr @@ -0,0 +1,3 @@ +Base class of BBS::UserInfo::XXX. + +WWW: http://search.cpan.org/dist/BBS-UserInfo/ diff --git a/net/p5-BBS-UserInfo/pkg-plist b/net/p5-BBS-UserInfo/pkg-plist new file mode 100644 index 000000000000..ab3b9d9a7049 --- /dev/null +++ b/net/p5-BBS-UserInfo/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/.packlist +%%SITE_PERL%%/BBS/UserInfo.pm +@dirrmtry %%SITE_PERL%%/BBS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS |