7570fcf50c
- update to 0.10.3 while here: - fix build with python 3.x - add NO_ARCH, sort USE_PYTHON - fix whitespace in pkg-descr PR: 206869 Submitted by: jjachuf@gmail.com (maintainer)
19 lines
350 B
Makefile
19 lines
350 B
Makefile
# Created by: Jose Jachuf <jjachuf@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rope
|
|
PORTVERSION= 0.10.3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jjachuf@gmail.com
|
|
COMMENT= Python refactoring library
|
|
|
|
LICENSE= GPLv2
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|