blob: 2a784cdfc6c49d8f35fb585a0af53f7a2a1f1dec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: p5-Asterisk
# Date created: 11 October 2004
# Whom: Alexander Timoshenko <gonzo@univ.kiev.ua>
#
# $FreeBSD$
#
PORTNAME= Asterisk
PORTVERSION= 0.09
CATEGORIES= misc perl5
MASTER_SITES= http://asterisk.gnuinter.net/files/
PKGNAMEPREFIX= p5-
DISTNAME= asterisk-perl-${PORTVERSION}
MAINTAINER= farrokhi@FreeBSD.org
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>
|