1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/devel/py-rope/Makefile
Jason Helfman 37f20ee174 - update to 0.9.4
PR:	ports/170296
Submitted by:	maintainer, jjachuf@gmail.com
2012-07-31 16:41:20 +00:00

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>