- add missing run dependency
- bump PORTREVISION While I'm here also drop unnecessary LICENSE_FILE knob (for GPLv2) PR: 166464 Submitted by: Mykola Dzham <i at levsha dot me> (maintainer) Feature safe: yes
This commit is contained in:
parent
75e657fac3
commit
2ae8b239ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293972
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= liquidsoap
|
||||
PORTVERSION= 1.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio net
|
||||
MASTER_SITES= SF/savonet/${PORTNAME}/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-full
|
||||
@ -15,12 +16,13 @@ MAINTAINER= i@levsha.me
|
||||
COMMENT= The audio stream generator of the Savonet project
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${OCAMLFIND_DEPEND} \
|
||||
${LOCALBASE}/${OCAML_SITELIBDIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \
|
||||
${LOCALBASE}/${OCAML_SITELIBDIR}/camomile/camomile.a:${PORTSDIR}/devel/ocaml-camomile
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/camomile/camomile.a:${PORTSDIR}/devel/ocaml-camomile
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -6,4 +6,4 @@ you more power than you need for creating an original netradio. But liquidsoap
|
||||
is still very light and easy to use, in the Unix tradition of simple strong
|
||||
components working together.
|
||||
|
||||
WWW: http://savonet.sourceforge.net/
|
||||
WWW: http://savonet.sourceforge.net/
|
||||
|
Loading…
Reference in New Issue
Block a user