blob: 3aad5869f03fc2af122def846338227c802aad2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Peter Haight <peterh@sapros.com>
# $FreeBSD$
PORTNAME= scons
PORTVERSION= 2.3.0
CATEGORIES= devel python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
MAINTAINER= gavin@16degrees.com.au
COMMENT= Build tool alternative to make
RUN_DEPENDS+= python2:${PORTSDIR}/lang/python2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_EGGINFODIR= ${PREFIX}/lib/scons-${PORTVERSION}
PLIST_SUB+= SCONS_VER=${PORTVERSION}
USE_PYTHON= -2.7
.include <bsd.port.mk>
|