pkgsrc/textproc/py-parse/Makefile
adam cca600e33f py-parse: updated to 1.12.1
1.12.1
Actually use the case_sensitive arg in compile
2019-08-28 08:22:28 +00:00

16 lines
450 B
Makefile

# $NetBSD: Makefile,v 1.5 2019/08/28 08:22:28 adam Exp $
DISTNAME= parse-1.12.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/parse/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/r1chardj0n3s/parse
COMMENT= Parse strings using a specification based on format()
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"