freebsd-ports/devel/py-ll-core/Makefile
Martin Wilke 7c506110c9 - Update to 1.11.1
PR:		129449
Submitted by:	Wen Heping <wenheping@gmail.com>
2008-12-25 19:59:33 +00:00

23 lines
547 B
Makefile

# New ports collection makefile for: ll-core
# Date created: 2005-06-23
# Whom: Choe, Cheng-Dae
#
# $FreeBSD$
#
PORTNAME= ll-core
PORTVERSION= 1.11.1
CATEGORIES= devel python
MASTER_SITES= http://ftp.livinglogic.de/core/ \
http://cheeseshop.python.org/packages/source/l/ll-core/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility functions and classes used by the other LivingLogic packages
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
USE_ZIP= yes
PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>