aboutsummaryrefslogtreecommitdiffstats
path: root/devel/scons/Makefile
blob: 01ee65114b395f96b0476ec5ff7c2b39ca1ff055 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    scons
# Date created:             16 December 2001
# Whom:                 Peter Haight <peterh@sapros.com>
#
# $FreeBSD$
#

PORTNAME=   scons
PORTVERSION=    0.06
CATEGORIES= devel python
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= perky@fallin.lv

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>