1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
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 08:49:30 +00:00
PORTNAME= distutils
2000-10-17 12:01:02 +00:00
PORTVERSION= 1.0
CATEGORIES= misc python
MASTER_SITES= http://www.python.org/sigs/distutils-sig/download/
2000-10-17 12:01:02 +00:00
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
2000-04-14 08:49:30 +00:00
DISTNAME= Distutils-${PORTVERSION}
MAINTAINER= tg@FreeBSD.org
2000-09-08 11:58:52 +00:00
USE_PYTHON= yes
2000-09-04 12:28:11 +00:00
do-build:
2000-09-08 11:58:52 +00:00
@(cd ${WRKSRC}; ${PYTHON_CMD} setup.py build)
do-install:
2000-09-08 11:58:52 +00:00
@(cd ${WRKSRC}; ${PYTHON_CMD} setup.py install)
.include <bsd.port.mk>