1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/py-ll-core/Makefile
Ruslan Makhmatkhanov e51c43ca8c devel/py-ll-core: set to expiration
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.
2017-02-04 15:34:20 +00:00

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>