freebsd-ports/misc/py-distutils/Makefile
Thomas Gellekum c36dc7c3b3 Upgrade to 0.8.2.
Submitted by:	Arun Sharma <adsharma@sharmas.dhs.org>
2000-05-10 09:33:42 +00:00

26 lines
593 B
Makefile

# New ports collection makefile for: Distutils
# Date created: 23 March 2000
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= distutils
PORTVERSION= 0.8.2
CATEGORIES= misc python
MASTER_SITES= http://www.python.org/sigs/distutils-sig/download/
PKGNAMEPREFIX= py-
DISTNAME= Distutils-${PORTVERSION}
MAINTAINER= tg@FreeBSD.org
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
RUN_DEPENDS= python:${PORTSDIR}/lang/python
do-build:
@(cd ${WRKSRC}; python setup.py build)
do-install:
@(cd ${WRKSRC}; python setup.py install)
.include <bsd.port.mk>