summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2005-04-23 17:06:05 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2005-04-23 17:06:05 +0000
commit59c2a3c017f801e8b986a0f6d904606c5a1646d1 (patch)
tree08252e1250457b66bb6014b336c1223ff6524fd9 /misc
parentUpdate to 1.70, which has better heuristics to recognize the (diff)
Add p5-Asterisk 0.08, asterisk perl library.
PR: ports/80284 Submitted by: Alexander Timoshenko <gonzo@univ.kiev.ua>
Notes
Notes: svn path=/head/; revision=134010
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/p5-Asterisk/Makefile24
-rw-r--r--misc/p5-Asterisk/distinfo2
-rw-r--r--misc/p5-Asterisk/pkg-descr4
-rw-r--r--misc/p5-Asterisk/pkg-plist10
5 files changed, 41 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index aa14f0948932..34c058873620 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -312,6 +312,7 @@
SUBDIR += p5-Array-IntSpan
SUBDIR += p5-Array-PrintCols
SUBDIR += p5-Array-RefElem
+ SUBDIR += p5-Asterisk
SUBDIR += p5-Business-ISBN
SUBDIR += p5-Business-ISIN
SUBDIR += p5-Business-ISSN
diff --git a/misc/p5-Asterisk/Makefile b/misc/p5-Asterisk/Makefile
new file mode 100644
index 000000000000..320de4a02014
--- /dev/null
+++ b/misc/p5-Asterisk/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: p5-Asterisk
+# Date created: 11 October 2004
+# Whom: Alexander Timoshenko <gonzo@univ.kiev.ua>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Asterisk
+PORTVERSION= 0.08
+CATEGORIES= misc perl5
+MASTER_SITES= http://www.portaone.com/~gonzo/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= alexander.timoshenko@gmail.com
+COMMENT= Asterisk perl library
+
+PERL_CONFIGURE= yes
+
+WRKSRC= ${WRKDIR}/asterisk-perl-${PORTVERSION}
+
+MAN3= Asterisk::Manager.3 Asterisk::Voicemail.3 \
+ Asterisk::Outgoing.3 Asterisk::AGI.3
+
+.include <bsd.port.mk>
diff --git a/misc/p5-Asterisk/distinfo b/misc/p5-Asterisk/distinfo
new file mode 100644
index 000000000000..cf651b78e5da
--- /dev/null
+++ b/misc/p5-Asterisk/distinfo
@@ -0,0 +1,2 @@
+MD5 (Asterisk-0.08.tar.gz) = 73a47caaff8cafbf78053692f408ceb6
+SIZE (Asterisk-0.08.tar.gz) = 13217
diff --git a/misc/p5-Asterisk/pkg-descr b/misc/p5-Asterisk/pkg-descr
new file mode 100644
index 000000000000..f001a3cf7f84
--- /dev/null
+++ b/misc/p5-Asterisk/pkg-descr
@@ -0,0 +1,4 @@
+asterisk-perl is a collection of perl modules to be used with the Asterisk PBX,
+an open source pbx system developed by Mark Spencer.
+
+WWW: http://asterisk.gnuinter.net/
diff --git a/misc/p5-Asterisk/pkg-plist b/misc/p5-Asterisk/pkg-plist
new file mode 100644
index 000000000000..31607297bbae
--- /dev/null
+++ b/misc/p5-Asterisk/pkg-plist
@@ -0,0 +1,10 @@
+%%SITE_PERL%%/Asterisk.pm
+%%SITE_PERL%%/Asterisk/Voicemail.pm
+%%SITE_PERL%%/Asterisk/Manager.pm
+%%SITE_PERL%%/Asterisk/Outgoing.pm
+%%SITE_PERL%%/Asterisk/QCall.pm
+%%SITE_PERL%%/Asterisk/AGI.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/asterisk-perl/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/asterisk-perl
+@dirrm %%SITE_PERL%%/Asterisk
+@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/asterisk-perl 2>/dev/null || true