freebsd-ports/devel/py-ll-core/Makefile
2014-03-07 16:49:09 +00:00

20 lines
477 B
Makefile

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