mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
37f20ee174
PR: ports/170296 Submitted by: maintainer, jjachuf@gmail.com
21 lines
399 B
Makefile
21 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>
|