mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
e51c43ca8c
Since we no more have "other LivingLogic packages" in the tree, this unmaintained port serves no purpose. Last release is from 2006. Mark deprecated and set to expire at 2017-03-04.
27 lines
619 B
Makefile
27 lines
619 B
Makefile
# Created by: Choe, Cheng-Dae
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ll-core
|
|
PORTVERSION= 1.11.1
|
|
PORTREVISION= 3
|
|
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
|
|
|
|
DEPRECATED= Long unmaintained, abandoned upstream
|
|
EXPIRATION_DATE= 2017-03-04
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python zip
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ll/*.so
|
|
|
|
.include <bsd.port.mk>
|