mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
e53f7075b2
Approved by: clsung (mentor)
23 lines
516 B
Makefile
23 lines
516 B
Makefile
# New ports collection makefile for: ll-core
|
|
# Date created: 2005-06-23
|
|
# Whom: Choe, Cheng-Dae
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ll-core
|
|
PORTVERSION= 1.9.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= http://ftp.livinglogic.de/core/ \
|
|
http://cheeseshop.python.org/packages/source/l/ll-core/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= quakelee@cn.freebsd.org
|
|
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>
|