19 lines
508 B
Makefile
19 lines
508 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/10/04 17:39:33 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= ropemode-0.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/r/ropemode/
|
|
|
|
MAINTAINER= kamel.derouiche@gmail.com
|
|
HOMEPAGE= http://rope.sf.net/
|
|
COMMENT= Ropemode, a helper for using rope refactoring library in IDEs
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../devel/py-rope/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|