51bdf8e84f
Based on Kamel Derouiche's verison in pkgsrc-wip.
16 lines
421 B
Makefile
16 lines
421 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/07/26 11:46:16 jaapb Exp $
|
|
|
|
DISTNAME= oset-0.1.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=o/oset/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= https://gitorious.com/sleipnir/python-oset
|
|
COMMENT= Python library for ordered sets
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|