freebsd-ports/misc/p5-Asterisk/Makefile
Maxim Sobolev 59c2a3c017 Add p5-Asterisk 0.08, asterisk perl library.
PR:		ports/80284
Submitted by:	Alexander Timoshenko <gonzo@univ.kiev.ua>
2005-04-23 17:06:05 +00:00

24 lines
552 B
Makefile

# 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>