freebsd-ports/devel/py-rope/Makefile
Ruslan Makhmatkhanov 7570fcf50c devel/py-rope: update to 0.10.3
- 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)
2016-02-12 19:42:41 +00:00

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>