1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/py-ll-core/Makefile
Pav Lucistnik 758d4bd1c6 - Update to 1.1.1
PR:		ports/89652
Submitted by:	Choe, Cheng-Dae <whitekid@gmail.com> (maintainer)
2005-11-28 16:19:24 +00:00

22 lines
451 B
Makefile

# 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>