d0034c1098
No changelog published, but this seems to be the currently maintained branch (rather than the previous 0.x one).
16 lines
464 B
Makefile
16 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/04/25 20:34:04 fhajny Exp $
|
|
|
|
DISTNAME= python-mimeparse-1.6.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= python www
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-mimeparse/}
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= https://github.com/dbtsai/python-mimeparse
|
|
COMMENT= Module provides basic functions for parsing mime-type names
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|