mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
cf118ccf87
Reported by: lwhsu
15 lines
286 B
Makefile
15 lines
286 B
Makefile
PORTNAME= gns3-converter
|
|
PORTVERSION= 1.2.4
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Convert old GNS3 (<=0.8.7) topologies to newer versions
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= python:3.4+
|
|
USE_PYTHON= distutils autoplist optsuffix
|
|
|
|
.include <bsd.port.mk>
|