diff options
Diffstat (limited to 'net/asterisk/Makefile')
-rw-r--r-- | net/asterisk/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 676c622693d5..234630ffbedf 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asterisk -PORTVERSION= 1.8.7.1 +PORTVERSION= 1.8.7.2 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -15,6 +15,9 @@ PKGNAMESUFFIX= 18 MAINTAINER= flo@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + LIB_DEPENDS= speex.1:${PORTSDIR}/audio/speex \ newt.52:${PORTSDIR}/devel/newt \ execinfo:${PORTSDIR}/devel/libexecinfo |