freebsd-ports/devel/py-distutils-extra/Makefile
Martin Wilke d9106b3dba - Update to 2.26
PR:		155602
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:	maintainer
2011-03-17 15:46:45 +00:00

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>