pkgsrc-wip/py-affine/Makefile

17 lines
442 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/02/19 18:17:39 jihbed Exp $
DISTNAME= affine-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_PYPI:=a/affine/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= https://github.com/sgillies/affine
COMMENT= Matrices describing affine transformation of the plane
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"