svn commit: r320306 - head/multimedia/libquvi
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jun 8 22:45:07 UTC 2013
Author: sunpoet
Date: Sat Jun 8 22:45:07 2013
New Revision: 320306
URL: http://svnweb.freebsd.org/changeset/ports/320306
Log:
- Add LICENSE
- Add PORTSCOUT to skip development versions
Modified:
head/multimedia/libquvi/Makefile
Modified: head/multimedia/libquvi/Makefile
==============================================================================
--- head/multimedia/libquvi/Makefile Sat Jun 8 22:44:42 2013 (r320305)
+++ head/multimedia/libquvi/Makefile Sat Jun 8 22:45:07 2013 (r320306)
@@ -11,9 +11,12 @@ MASTER_SITES= SF/quvi/${PORTVERSION:R}/$
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Cross-platform library for parsing flash media stream URLs
+LICENSE= LGPL21 LGPL3
+LICENSE_COMB= dual
+
BUILD_DEPENDS= libquvi-scripts>=0.4.0:${PORTSDIR}/multimedia/libquvi-scripts
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
-RUN_DEPENDS= libquvi-scripts>=0.4.0:${PORTSDIR}/multimedia/libquvi-scripts
+RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS_DEFINE= DOCS
@@ -28,6 +31,8 @@ MAN3= libquvi.3
PROJECTHOST= quvi
+PORTSCOUT= limit:0.4.[0-9]*
+
.include <bsd.port.options.mk>
post-install:
More information about the svn-ports-head
mailing list