aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-App-Rad
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2012-10-14 07:55:54 +0000
committerFrederic Culot <culot@FreeBSD.org>2012-10-14 07:55:54 +0000
commit18b15ef6c4d96936d183f9a1aa8622dac1728a18 (patch)
tree9ca921defdadd8f46e28bab2f0c5b95d3d8246d5 /devel/p5-App-Rad
parentf0db1eeda61c43871effc1c6cb6e638a55c889fb (diff)
downloadports-18b15ef6c4d96936d183f9a1aa8622dac1728a18.tar.gz
ports-18b15ef6c4d96936d183f9a1aa8622dac1728a18.zip
App::Rad aims to be a simple yet powerful framework for developing your
command-line applications. It can easily transform your Perl one-liners into reusable subroutines than can be called directly by the user of your program. WWW: http://search.cpan.org/dist/App-Rad/ PR: ports/172530 Submitted by: Gea-Suan Lin <gslin@gslin.org> Feature safe: yes
Notes
Notes: svn path=/head/; revision=305862
Diffstat (limited to 'devel/p5-App-Rad')
-rw-r--r--devel/p5-App-Rad/Makefile24
-rw-r--r--devel/p5-App-Rad/distinfo2
-rw-r--r--devel/p5-App-Rad/pkg-descr6
-rw-r--r--devel/p5-App-Rad/pkg-plist11
4 files changed, 43 insertions, 0 deletions
diff --git a/devel/p5-App-Rad/Makefile b/devel/p5-App-Rad/Makefile
new file mode 100644
index 000000000000..4b5400321766
--- /dev/null
+++ b/devel/p5-App-Rad/Makefile
@@ -0,0 +1,24 @@
+# Created by: Gea-Suan Lin <gslin@gslin.org>
+# $FreeBSD$
+
+PORTNAME= App-Rad
+PORTVERSION= 1.04
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gslin@gslin.org
+COMMENT= Rapid (and easy!) creation of command line applications
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+PERL_CONFIGURE= yes
+
+MAN3= App::Rad.3 \
+ App::Rad::Exclude.3 \
+ App::Rad::Help.3 \
+ App::Rad::Include.3 \
+ App::Rad::Plugin.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-App-Rad/distinfo b/devel/p5-App-Rad/distinfo
new file mode 100644
index 000000000000..0cc32f236c02
--- /dev/null
+++ b/devel/p5-App-Rad/distinfo
@@ -0,0 +1,2 @@
+SHA256 (App-Rad-1.04.tar.gz) = 308b039378dcefe83218cf0539e3125f072c373ffa9e5f615275f868e3230428
+SIZE (App-Rad-1.04.tar.gz) = 29551
diff --git a/devel/p5-App-Rad/pkg-descr b/devel/p5-App-Rad/pkg-descr
new file mode 100644
index 000000000000..457625461ba9
--- /dev/null
+++ b/devel/p5-App-Rad/pkg-descr
@@ -0,0 +1,6 @@
+App::Rad aims to be a simple yet powerful framework for developing your
+command-line applications. It can easily transform your Perl one-liners
+into reusable subroutines than can be called directly by the user of
+your program.
+
+WWW: http://search.cpan.org/dist/App-Rad/
diff --git a/devel/p5-App-Rad/pkg-plist b/devel/p5-App-Rad/pkg-plist
new file mode 100644
index 000000000000..f2c7128ba566
--- /dev/null
+++ b/devel/p5-App-Rad/pkg-plist
@@ -0,0 +1,11 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Rad/.packlist
+%%SITE_PERL%%/App/Rad.pm
+%%SITE_PERL%%/App/Rad/Config.pm
+%%SITE_PERL%%/App/Rad/Exclude.pm
+%%SITE_PERL%%/App/Rad/Help.pm
+%%SITE_PERL%%/App/Rad/Include.pm
+%%SITE_PERL%%/App/Rad/Plugin.pod
+@dirrm %%SITE_PERL%%/App/Rad
+@dirrmtry %%SITE_PERL%%/App
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Rad
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App