37f20ee174
PR: ports/170296 Submitted by: maintainer, jjachuf@gmail.com
20 lines
399 B
Makefile
20 lines
399 B
Makefile
# New ports collection makefile for: py-rope
|
|
# Date created: 2011-05-11
|
|
# Whom: Jose Jachuf <jjachuf@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rope
|
|
PORTVERSION= 0.9.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jjachuf@gmail.com
|
|
COMMENT= Rope is a python refactoring library
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|