blob: 9875c20582eb001584f0111f426beb0f8fda0554 (
plain)
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.1.1
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>
|