diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-CGI-FCKeditor/Makefile | 28 | ||||
-rw-r--r-- | www/p5-CGI-FCKeditor/distinfo | 3 | ||||
-rw-r--r-- | www/p5-CGI-FCKeditor/pkg-descr | 5 | ||||
-rw-r--r-- | www/p5-CGI-FCKeditor/pkg-plist | 6 |
5 files changed, 43 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ea040cc37d8f..cab96071abad 100644 --- a/www/Makefile +++ b/www/Makefile @@ -548,6 +548,7 @@ SUBDIR += p5-CGI-Cookie-Splitter SUBDIR += p5-CGI-Ex SUBDIR += p5-CGI-Expand + SUBDIR += p5-CGI-FCKeditor SUBDIR += p5-CGI-FastTemplate SUBDIR += p5-CGI-FormBuilder SUBDIR += p5-CGI-Framework diff --git a/www/p5-CGI-FCKeditor/Makefile b/www/p5-CGI-FCKeditor/Makefile new file mode 100644 index 000000000000..df90fb42ed6f --- /dev/null +++ b/www/p5-CGI-FCKeditor/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-CGI-FCKeditor +# Date created: 2007-04-05 +# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= CGI-FCKeditor +PORTVERSION= 0.02 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= CGI +PKGNAMEPREFIX= p5- + +MAINTAINER= snowfly@yuntech.edu.tw +COMMENT= This's FCKeditor Controller for Perl OOP + +PERL_CONFIGURE= yes + +MAN3= CGI::FCKeditor.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires perl 5.8 or above +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-CGI-FCKeditor/distinfo b/www/p5-CGI-FCKeditor/distinfo new file mode 100644 index 000000000000..5643d27d23d3 --- /dev/null +++ b/www/p5-CGI-FCKeditor/distinfo @@ -0,0 +1,3 @@ +MD5 (CGI-FCKeditor-0.02.tar.gz) = d582a013669f655863824ff0661109d2 +SHA256 (CGI-FCKeditor-0.02.tar.gz) = 643387e774e738912efd131001be62784ee50782fca68776334f3b5b147c0714 +SIZE (CGI-FCKeditor-0.02.tar.gz) = 3098 diff --git a/www/p5-CGI-FCKeditor/pkg-descr b/www/p5-CGI-FCKeditor/pkg-descr new file mode 100644 index 000000000000..cf0f64a8055b --- /dev/null +++ b/www/p5-CGI-FCKeditor/pkg-descr @@ -0,0 +1,5 @@ +CGI::FCKeditor is FCKeditor(http://www.fckeditor.net/) Controller for Perl OOP. +FCKeditor(http://www.fckeditor.net/) is necessary though it is natural. + +Author: Kazuma Shiraiwa <cyberlib@gmail.com> +WWW: http://search.cpan.org/dist/CGI-FCKeditor/ diff --git a/www/p5-CGI-FCKeditor/pkg-plist b/www/p5-CGI-FCKeditor/pkg-plist new file mode 100644 index 000000000000..20adbd5f17bf --- /dev/null +++ b/www/p5-CGI-FCKeditor/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/CGI/FCKeditor.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/FCKeditor/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/FCKeditor +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI +@dirrmtry %%SITE_PERL%%/CGI |