15 lines
429 B
Makefile
15 lines
429 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/11/23 22:34:02 othyro Exp $
|
|
#
|
|
|
|
VERS= 0.9.3
|
|
DISTNAME= rope-${VERS}
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://pypi.python.org/packages/source/r/rope/
|
|
MAINTAINER= helgoman@users.sourceforge.net
|
|
HOMEPAGE= http://rope.sourceforge.net/
|
|
COMMENT= Rope is a python refactoring library
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|