aboutsummaryrefslogtreecommitdiff
path: root/devel/py-ll-core/Makefile
blob: d6eb53f7e448921f7ac34ea3b0df8cb92ed1d983 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	ll-core
# Date created:		2005-06-23
# Whom:			Choe, Cheng-Dae
#
# $FreeBSD$
#

PORTNAME=	ll-core
PORTVERSION=	1.0.2
CATEGORIES=	devel python
MASTER_SITES=	http://ftp.livinglogic.de/core/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	whitekid@gmail.com
COMMENT=	Utility functions and classes used by the other LivingLogic packages

USE_PYTHON=	2.4+
USE_PYDISTUTILS=	yes
USE_BZIP2=	yes

.include <bsd.port.mk>