pkgsrc/devel/py-gflags/Makefile

19 lines
580 B
Makefile

# $NetBSD: Makefile,v 1.4 2016/07/09 13:03:41 wiz Exp $
DISTNAME= python-gflags-2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
CATEGORIES= devel python
MASTER_SITES= http://python-gflags.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/python-gflags/
COMMENT= Python equivalent of gflags, a commandline flag implementation
LICENSE= modified-bsd
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # as of 2.0
REPLACE_PYTHON+= *.py
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"