mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
1aa0b006c7
LivingLogic packages. PR: ports/82578 Submitted by: Choe, Cheng-Dae
22 lines
449 B
Makefile
22 lines
449 B
Makefile
# New ports collection makefile for: ll-core
|
|
# Date created: 2005-06-23
|
|
# Whom: Choe, Cheng-Dae
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ll-core
|
|
PORTVERSION= 0.3
|
|
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>
|