diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-04-18 20:00:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-04-18 20:00:30 +0000 |
commit | e34ecffe5f0f748b6b84f449a0fb9d2068ef7b0c (patch) | |
tree | 0545de80f8e0f1ef280d00c4cae6ea5557e16a07 | |
parent | 03327e7525f2dfec2e70e799bc41dc31bed1c677 (diff) | |
download | ports-e34ecffe5f0f748b6b84f449a0fb9d2068ef7b0c.tar.gz ports-e34ecffe5f0f748b6b84f449a0fb9d2068ef7b0c.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Reddit/Makefile | 31 | ||||
-rw-r--r-- | www/p5-Reddit/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Reddit/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-Reddit/pkg-plist | 7 |
5 files changed, 44 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f74c825ae2a7..588c3e54e781 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1124,6 +1124,7 @@ SUBDIR += p5-RT-Extension-SLA SUBDIR += p5-RTx-Calendar SUBDIR += p5-Reaction + SUBDIR += p5-Reddit SUBDIR += p5-Rose-HTML-Objects SUBDIR += p5-Router-Simple SUBDIR += p5-SCGI diff --git a/www/p5-Reddit/Makefile b/www/p5-Reddit/Makefile new file mode 100644 index 000000000000..45b264f5a0ca --- /dev/null +++ b/www/p5-Reddit/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Reddit +# Date created: 18 Apr 2012 +# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Reddit +PORTVERSION= 0.3.02.20120418 +CATEGORIES= www perl5 +MASTER_SITES= CRITICAL +PKGNAMEPREFIX= p5- + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Module for interacting with Reddit + +BUILD_DEPENDS= ${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install \ + p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \ + p5-common-sense>=3.2:${PORTSDIR}/devel/p5-common-sense +RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ + p5-common-sense>=3.2:${PORTSDIR}/devel/p5-common-sense \ + p5-JSON>=2:${PORTSDIR}/converters/p5-JSON \ + p5-HTTP-Cookies>=6:${PORTSDIR}/www/p5-HTTP-Cookies \ + p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww + +PERL_CONFIGURE= yes + +MAN3= Reddit.3 + +.include <bsd.port.mk> diff --git a/www/p5-Reddit/distinfo b/www/p5-Reddit/distinfo new file mode 100644 index 000000000000..5a9d0cea41df --- /dev/null +++ b/www/p5-Reddit/distinfo @@ -0,0 +1,2 @@ +SHA256 (Reddit-0.3.02.20120418.tar.gz) = a48ad8df25f197a60c94be21c0f3671ec390f92ae43c670738822b178e49f93f +SIZE (Reddit-0.3.02.20120418.tar.gz) = 5735 diff --git a/www/p5-Reddit/pkg-descr b/www/p5-Reddit/pkg-descr new file mode 100644 index 000000000000..f4533cdd69fa --- /dev/null +++ b/www/p5-Reddit/pkg-descr @@ -0,0 +1,3 @@ +Perl module for interacting with Reddit. + +WWW: https://github.com/three18ti/Reddit.pm diff --git a/www/p5-Reddit/pkg-plist b/www/p5-Reddit/pkg-plist new file mode 100644 index 000000000000..c09659916106 --- /dev/null +++ b/www/p5-Reddit/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Reddit.pm +%%SITE_PERL%%/Reddit/Type/User.pm +%%SITE_PERL%%/Reddit/Type/Subreddit.pm +%%SITE_PERL%%/mach/auto/Reddit/.packlist +@dirrm %%SITE_PERL%%/mach/auto/Reddit +@dirrm %%SITE_PERL%%/Reddit/Type +@dirrm %%SITE_PERL%%/Reddit |