- USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
8 lines
117 B
Makefile
8 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
USE_PYTHON= 2
|
|
WANT_PGSQL_VER= 84
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../postgresql90-plpython/Makefile"
|