aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Asterisk-FastAGI
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2013-05-03 06:35:17 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2013-05-03 06:35:17 +0000
commit281a6b962e4745a038818f565679df467df8cd80 (patch)
tree41b3e918aef522dcada9bfeedaf38eb844c8d061 /misc/p5-Asterisk-FastAGI
parent9bb7126c440c068e9188b377fe85041bb8a6da16 (diff)
downloadports-281a6b962e4745a038818f565679df467df8cd80.tar.gz
ports-281a6b962e4745a038818f565679df467df8cd80.zip
Add p5-Asterisk-FastAGI - a perl module for FastAGI handling.
Sponsored by: pbxpress.it
Notes
Notes: svn path=/head/; revision=317172
Diffstat (limited to 'misc/p5-Asterisk-FastAGI')
-rw-r--r--misc/p5-Asterisk-FastAGI/Makefile25
-rw-r--r--misc/p5-Asterisk-FastAGI/distinfo2
-rw-r--r--misc/p5-Asterisk-FastAGI/pkg-descr10
-rw-r--r--misc/p5-Asterisk-FastAGI/pkg-plist5
4 files changed, 42 insertions, 0 deletions
diff --git a/misc/p5-Asterisk-FastAGI/Makefile b/misc/p5-Asterisk-FastAGI/Makefile
new file mode 100644
index 000000000000..0002cb4387e1
--- /dev/null
+++ b/misc/p5-Asterisk-FastAGI/Makefile
@@ -0,0 +1,25 @@
+# Created by: Maksym Sobolyev <sobomax@pbxpress.it>
+# $FreeBSD$
+
+PORTNAME= Asterisk-FastAGI
+PORTVERSION= 0.02
+CATEGORIES= misc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sobomax@FreeBSD.org
+COMMENT= Perl module for FastAGI handling
+
+BUILD_DEPENDS= p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \
+ p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \
+ p5-Asterisk>=0:${PORTSDIR}/misc/p5-Asterisk \
+ p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \
+ p5-File-Remove>=0:${PORTSDIR}/devel/p5-File-Remove
+RUN_DEPENDS= p5-Asterisk>=0:${PORTSDIR}/misc/p5-Asterisk \
+ p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server
+
+PERL_CONFIGURE= yes
+
+MAN3= Asterisk::FastAGI.3
+
+.include <bsd.port.mk>
diff --git a/misc/p5-Asterisk-FastAGI/distinfo b/misc/p5-Asterisk-FastAGI/distinfo
new file mode 100644
index 000000000000..ef2b5d95db4d
--- /dev/null
+++ b/misc/p5-Asterisk-FastAGI/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Asterisk-FastAGI-0.02.tar.gz) = 68412ba685bfc287b6850552d9a7c949bdd16682b6e8572120fa6248183b52d5
+SIZE (Asterisk-FastAGI-0.02.tar.gz) = 3186
diff --git a/misc/p5-Asterisk-FastAGI/pkg-descr b/misc/p5-Asterisk-FastAGI/pkg-descr
new file mode 100644
index 000000000000..df63dade6348
--- /dev/null
+++ b/misc/p5-Asterisk-FastAGI/pkg-descr
@@ -0,0 +1,10 @@
+Description
+-----------
+
+Asterisk::FastAGI provides a preforking daemon for handling FastAGI requests
+from Asterisk.
+
+Read the Net::Server for more information about the logging facilities,
+configuration, etc.
+
+WWW: http://search.cpan.org/dist/Asterisk-FastAGI/
diff --git a/misc/p5-Asterisk-FastAGI/pkg-plist b/misc/p5-Asterisk-FastAGI/pkg-plist
new file mode 100644
index 000000000000..64f7bbc9c1a5
--- /dev/null
+++ b/misc/p5-Asterisk-FastAGI/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Asterisk/FastAGI.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Asterisk/FastAGI/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Asterisk/FastAGI
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Asterisk
+@dirrmtry %%SITE_PERL%%/Asterisk