1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/misc/p5-Asterisk/Makefile
2009-03-09 19:29:12 +00:00

26 lines
583 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.10
CATEGORIES= misc perl5
MASTER_SITES= http://asterisk.gnuinter.net/files/
PKGNAMEPREFIX= p5-
DISTNAME= asterisk-perl-${PORTVERSION}
MAINTAINER= ports@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>