1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/emulators/py-gns3-converter/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>