b3ad5b01ea
PR: ports/145698 Submitted by: Ju Pengfei <jupengfei@gmail.com> (maintainer)
24 lines
666 B
Makefile
24 lines
666 B
Makefile
# New ports collection makefile for: py-distutils-extra
|
|
# Date created: 07 Mar 2010
|
|
# Whom: Ju Pengfei <jupengfei@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= distutils-extra
|
|
PORTVERSION= 2.18
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://launchpadlibrarian.net/41816434/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= dist-python-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= jupengfei@gmail.com
|
|
COMMENT= Add support for i18n, documentation and icons to distutils
|
|
|
|
WRKSRC= ${WRKDIR}/python-${PORTNAME}-${PORTVERSION}
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= python_distutils_extra
|
|
PYDISTUTILS_NOEGGINFO= yes
|
|
|
|
.include <bsd.port.mk>
|