aboutsummaryrefslogtreecommitdiffstats
path: root/misc/py-distutils/Makefile
blob: e1ab0a4f40b4ce6bd793e8494d0bfa2510bb63b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    Distutils
# Date created:         23 March 2000
# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   distutils
PORTVERSION=    0.9.1
CATEGORIES= misc python
MASTER_SITES=   http://www.python.org/sigs/distutils-sig/download/
PKGNAMEPREFIX=  py-
DISTNAME=   Distutils-${PORTVERSION}

MAINTAINER= tg@FreeBSD.org

USE_PYTHON= yes

do-build:
    @(cd ${WRKSRC}; ${PYTHON_CMD} setup.py build)

do-install:
    @(cd ${WRKSRC}; ${PYTHON_CMD} setup.py install)

.include <bsd.port.mk>