090297cdcd
many other projects in the Enthought Tool Suite: *enthought.etsconfig: Supports configuring settings that need to be shared across multiple projects or programs on the same system. Most significant of these is the GUI toolkit to be used. You can also configure locations for writing application data and user data, and the name of the company responsible for the software (which is used in the application and user data paths on some systems). *enthought.logger: Provides convenience functions for creating logging handlers. *enthought.util: Provides miscellaneous utility functions. WWW: http://code.enthought.com/projects/enthought_base.php PR: ports/129583 Submitted by: Wen Heping <wenheping at gmail.com>
20 lines
431 B
Makefile
20 lines
431 B
Makefile
# New ports collection makefile for: py-EnthoughtBase
|
|
# Date created: 2008-12-12
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= EnthoughtBase
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Core Packages for the Enthought Tool Suite
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|