Maintainer releases all his ports. PR: 266871 Reported by: unrelentingtech <greg@unrelenting.technology>
16 lines
318 B
Makefile
16 lines
318 B
Makefile
PORTNAME= libretro-core-info
|
|
DISTVERSIONPREFIX=v
|
|
DISTVERSION= 1.10.3
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Metadata about libretro cores
|
|
WWW= https://github.com/libretro/libretro-core-info
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= libretro
|
|
|
|
.include <bsd.port.mk>
|