mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
ede6fda217
Reported by: portscan
23 lines
351 B
Makefile
23 lines
351 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libCharon
|
|
DISTVERSION= 4.5.0
|
|
CATEGORIES= net devel cad
|
|
DIST_SUBDIR= Ultimaker
|
|
|
|
MAINTAINER= db@FreeBSD.org
|
|
COMMENT= File metadata and streaming library
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake python:3.4+
|
|
STRIP=
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= Ultimaker
|
|
GH_TAGNAME= bfd36d0
|
|
|
|
NO_ARCH= yes
|
|
.include <bsd.port.mk>
|