diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-04-30 20:10:53 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-04-30 20:10:53 +0000 |
commit | f3bfa725e786ecbfe3dca14a185614cd9773f1a0 (patch) | |
tree | 37d5be87380e1b80eb072edeb319efde1487fc2e /audio/baresip | |
parent | - Remove redundant :install target on LIB_DEPENDS and RUN_DEPENDS (diff) |
Add licence info to some ports
Submitted by: 4721
Notes
Notes:
svn path=/head/; revision=316959
Diffstat (limited to 'audio/baresip')
-rw-r--r-- | audio/baresip/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/baresip/Makefile b/audio/baresip/Makefile index 69d21111314e..7c966dd65da8 100644 --- a/audio/baresip/Makefile +++ b/audio/baresip/Makefile @@ -8,6 +8,9 @@ MASTER_SITES= http://www.creytiv.com/pub/ MAINTAINER= crees@FreeBSD.org COMMENT= Small SIP client +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/docs/COPYING + BUILD_DEPENDS= re>=${PORTVERSION}:${PORTSDIR}/audio/re \ rem>=${PORTVERSION}:${PORTSDIR}/audio/rem RUN_DEPENDS:= ${BUILD_DEPENDS} |