freebsd-ports/devel/py-cmd2/Makefile
Roman Bogorodskiy 509c8a3ede Add py-cmd2 0.6.9, extra features for standard library cmd module.
PR:		213337
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
2016-10-12 10:15:12 +00:00

16 lines
370 B
Makefile

# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
# $FreeBSD$
PORTNAME= cmd2
PORTVERSION= 0.6.9
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alexander.nusov@nfvexpress.com
COMMENT= Extra features for standard library cmd module
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>