diff options
author | sobomax <sobomax@FreeBSD.org> | 2005-04-24 01:06:05 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2005-04-24 01:06:05 +0800 |
commit | eff23fabe8836cd6f8422402ccf8f76c70088522 (patch) | |
tree | bcc0e6483703b7aa3b819198045f777f8d7bc594 /misc | |
parent | 7427a2455217c568dc952b9dd0a752c34d357c0e (diff) | |
download | freebsd-ports-gnome-eff23fabe8836cd6f8422402ccf8f76c70088522.tar.gz freebsd-ports-gnome-eff23fabe8836cd6f8422402ccf8f76c70088522.tar.zst freebsd-ports-gnome-eff23fabe8836cd6f8422402ccf8f76c70088522.zip |
Add p5-Asterisk 0.08, asterisk perl library.
PR: ports/80284
Submitted by: Alexander Timoshenko <gonzo@univ.kiev.ua>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Asterisk/Makefile | 24 | ||||
-rw-r--r-- | misc/p5-Asterisk/distinfo | 2 | ||||
-rw-r--r-- | misc/p5-Asterisk/pkg-descr | 4 | ||||
-rw-r--r-- | misc/p5-Asterisk/pkg-plist | 10 |
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 |