aboutsummaryrefslogtreecommitdiffstats
path: root/devel/scons/Makefile
blob: 0727e98a09163d03aa888ec35acc6e960a391695 (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.08
CATEGORIES= devel python
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= perky@FreeBSD.org

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>