diff options
Diffstat (limited to 'lang/cbmbasic/Makefile')
-rw-r--r-- | lang/cbmbasic/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/cbmbasic/Makefile b/lang/cbmbasic/Makefile index df7841bcb233..ae28e70a1df9 100644 --- a/lang/cbmbasic/Makefile +++ b/lang/cbmbasic/Makefile @@ -1,14 +1,14 @@ PORTNAME= cbmbasic -PORTVERSION= 20221219 +DISTVERSION= 20221219 +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= ports@FreeBSD.org COMMENT= Portable version of Commodore 64 BASIC WWW= https://github.com/mist64/cbmbasic -LICENSE= BSD NONE -# Not really sure about the legal status -LICENSE_COMB= multi +# Check files cbmbasic.c, plugin.c and runtime.c +LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= mist64 |