d9106b3dba
PR: 155602 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer
26 lines
657 B
Makefile
26 lines
657 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.26
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://launchpadlibrarian.net/66409382/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= jupengfei@gmail.com
|
|
COMMENT= Add support for i18n, documentation and icons to distutils
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= python_distutils_extra
|
|
PYDISTUTILS_NOEGGINFO= yes
|
|
|
|
.include <bsd.port.mk>
|