freebsd-ports/emulators/py-gns3-converter/Makefile
Kurt Jaeger 74788bf2f6 emulators/py-gns3-converter: 1.2.3 -> 1.2.4
Changes:
- Fix error with adding slot0 on a C7200
- Make cx_Freeze option (thanks to boenrobot)
- Support border width (thanks to noplay)
- Add missing C7200-io-FE (thanks to noplay)
2016-01-11 19:19:35 +00:00

16 lines
286 B
Makefile

# $FreeBSD$
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
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>