freebsd-ports/misc/py-distutils/Makefile

26 lines
551 B
Makefile
Raw Normal View History

# New ports collection makefile for: Distutils
# Date created: 23 March 2000
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
2000-04-14 10:49:30 +02:00
PORTNAME= distutils
2000-10-17 14:01:02 +02:00
PORTVERSION= 1.0
CATEGORIES= misc python
MASTER_SITES= http://www.python.org/sigs/distutils-sig/download/
2000-10-17 14:01:02 +02:00
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
2000-04-14 10:49:30 +02:00
DISTNAME= Distutils-${PORTVERSION}
MAINTAINER= tg@FreeBSD.org
2000-09-08 13:58:52 +02:00
USE_PYTHON= yes
2000-09-04 14:28:11 +02:00
do-build:
2000-09-08 13:58:52 +02:00
@(cd ${WRKSRC}; ${PYTHON_CMD} setup.py build)
do-install:
2000-09-08 13:58:52 +02:00
@(cd ${WRKSRC}; ${PYTHON_CMD} setup.py install)
.include <bsd.port.mk>