mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
Specify which BSD licence applies.
Submitted by: make check-sanity
This commit is contained in:
parent
bf1dd3915f
commit
14f13b87df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336561
5 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@ CATEGORIES= comms
|
||||||
MAINTAINER= rene@FreeBSD.org
|
MAINTAINER= rene@FreeBSD.org
|
||||||
COMMENT= DCF77 receiver/logger/analyzer for the Raspberry Pi
|
COMMENT= DCF77 receiver/logger/analyzer for the Raspberry Pi
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= rene0
|
GH_ACCOUNT= rene0
|
||||||
|
|
|
@ -8,7 +8,7 @@ CATEGORIES= lang
|
||||||
MAINTAINER= rene@FreeBSD.org
|
MAINTAINER= rene@FreeBSD.org
|
||||||
COMMENT= Optimizing BrainF*ck to C compiler
|
COMMENT= Optimizing BrainF*ck to C compiler
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= rene0
|
GH_ACCOUNT= rene0
|
||||||
|
|
|
@ -10,7 +10,7 @@ MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
|
||||||
MAINTAINER= rene@FreeBSD.org
|
MAINTAINER= rene@FreeBSD.org
|
||||||
COMMENT= Demos for the biosfont kernel module
|
COMMENT= Demos for the biosfont kernel module
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont
|
BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont
|
||||||
RUN_DEPENDS= /boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont
|
RUN_DEPENDS= /boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont
|
||||||
|
|
|
@ -9,9 +9,9 @@ MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/
|
||||||
MAINTAINER= rene@FreeBSD.org
|
MAINTAINER= rene@FreeBSD.org
|
||||||
COMMENT= Kernel module to retrieve bitmap fonts from BIOS memory
|
COMMENT= Kernel module to retrieve bitmap fonts from BIOS memory
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
# only platforms guraranteed to be ok, feedback/patches are welcome
|
# only platforms guaranteed to be ok, feedback/patches are welcome
|
||||||
ONLY_FOR_ARCHS= i386 amd64
|
ONLY_FOR_ARCHS= i386 amd64
|
||||||
|
|
||||||
USES= uidfix kmod
|
USES= uidfix kmod
|
||||||
|
|
|
@ -16,7 +16,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:browser
|
||||||
MAINTAINER= chromium@FreeBSD.org
|
MAINTAINER= chromium@FreeBSD.org
|
||||||
COMMENT= Mostly BSD-licensed web browser based on WebKit and Gtk+
|
COMMENT= Mostly BSD-licensed web browser based on WebKit and Gtk+
|
||||||
|
|
||||||
LICENSE= BSD LGPL21 MPL
|
LICENSE= BSD3CLAUSE LGPL21 MPL
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
||||||
|
|
Loading…
Add table
Reference in a new issue