pkgsrc-wip/py-dubins/Makefile

15 lines
414 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/06/20 20:33:55 jihbed Exp $
DISTNAME= dubins-0.9.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/dubins/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/AndrewWalker/pydubins
COMMENT= Code to generate and manipulate dubins curves
LICENSE= mit
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"