aboutsummaryrefslogtreecommitdiff
path: root/devel/py-ll-core/Makefile
blob: c3420f83ffe7803fc9e91264ad745e02cb0ec2a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Choe, Cheng-Dae
# $FreeBSD$

PORTNAME=	ll-core
PORTVERSION=	1.11.1
PORTREVISION=	2
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

USES=		zip
USE_PYTHON=		yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_AUTOPLIST=	yes

.include <bsd.port.mk>