diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-12-05 04:00:43 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-12-05 04:00:43 +0000 |
commit | af74660d8508051a4745b053a695d386458ec5a4 (patch) | |
tree | f261d5e22f03f35b097dffb56e6cdf9230def59a /www/p5-CGI-Application-Plugin-Redirect | |
parent | 0fc8fcc7126b4113f462c526917d4a6ad53e8f84 (diff) | |
download | ports-af74660d8508051a4745b053a695d386458ec5a4.tar.gz ports-af74660d8508051a4745b053a695d386458ec5a4.zip |
Add p5-CGI-Application-Plugin-Redirect 0.1, easy external redirects in
CGI::Application.
PR: ports/103277
Submitted by: George Hartzell <hartzell at alerce.com>
Notes
Notes:
svn path=/head/; revision=178914
Diffstat (limited to 'www/p5-CGI-Application-Plugin-Redirect')
-rw-r--r-- | www/p5-CGI-Application-Plugin-Redirect/Makefile | 29 | ||||
-rw-r--r-- | www/p5-CGI-Application-Plugin-Redirect/distinfo | 3 | ||||
-rw-r--r-- | www/p5-CGI-Application-Plugin-Redirect/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-CGI-Application-Plugin-Redirect/pkg-plist | 4 |
4 files changed, 40 insertions, 0 deletions
diff --git a/www/p5-CGI-Application-Plugin-Redirect/Makefile b/www/p5-CGI-Application-Plugin-Redirect/Makefile new file mode 100644 index 000000000000..c86c7bf4bdcb --- /dev/null +++ b/www/p5-CGI-Application-Plugin-Redirect/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: www/p5-CGI-Application-Plugin-Redirect +# Date created: 14 September 2005 +# Whom: George Hartzell <hartzell@alerce.com> +# +# $FreeBSD$ +# + +PORTNAME= CGI-Application-Plugin-Redirect +PORTVERSION= 0.1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= CGI +PKGNAMEPREFIX= p5- + +MAINTAINER= hartzell@alerce.com +COMMENT= Easy external redirects in CGI::Application + +RUN_DEPENDS= ${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= CGI::Application::Plugin::Redirect.3 + +.include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500800 +IGNORE= requires Perl 5.8 or newer. Install lang/perl5.8, and try again +.endif +.include <bsd.port.post.mk> diff --git a/www/p5-CGI-Application-Plugin-Redirect/distinfo b/www/p5-CGI-Application-Plugin-Redirect/distinfo new file mode 100644 index 000000000000..c3499af5f5b2 --- /dev/null +++ b/www/p5-CGI-Application-Plugin-Redirect/distinfo @@ -0,0 +1,3 @@ +MD5 (CGI-Application-Plugin-Redirect-0.1.tar.gz) = d302b54d07b753568b99b93c406a9975 +SHA256 (CGI-Application-Plugin-Redirect-0.1.tar.gz) = 2b414209692c9d869345a05432acf95a6a2e5c109cd18b78a4046f14c29569ec +SIZE (CGI-Application-Plugin-Redirect-0.1.tar.gz) = 3471 diff --git a/www/p5-CGI-Application-Plugin-Redirect/pkg-descr b/www/p5-CGI-Application-Plugin-Redirect/pkg-descr new file mode 100644 index 000000000000..c82bea29a379 --- /dev/null +++ b/www/p5-CGI-Application-Plugin-Redirect/pkg-descr @@ -0,0 +1,4 @@ +CGI::Application::Plugin::Redirect + Easy external redirects in CGI::Application. + +WWW: http://search.cpan.org/dist/CGI-Application-Plugin-Redirect/ diff --git a/www/p5-CGI-Application-Plugin-Redirect/pkg-plist b/www/p5-CGI-Application-Plugin-Redirect/pkg-plist new file mode 100644 index 000000000000..e7adefac9586 --- /dev/null +++ b/www/p5-CGI-Application-Plugin-Redirect/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/CGI/Application/Plugin/Redirect.pm +@dirrmtry %%SITE_PERL%%/CGI/Application/Plugin +@dirrmtry %%SITE_PERL%%/CGI/Application +@dirrmtry %%SITE_PERL%%/CGI |