diff --git a/devel/codeville/Makefile b/devel/codeville/Makefile index edaa69e5110e..fe33bcb283fd 100644 --- a/devel/codeville/Makefile +++ b/devel/codeville/Makefile @@ -1,30 +1,32 @@ -PORTNAME= codeville +PORTNAME= codeville PORTVERSION= 0.1.18 -CATEGORIES= devel python +CATEGORIES= devel python MASTER_SITES= https://BSDforge.com/projects/source/devel/codeville/ -MAINTAINER= portmaster@bsdforge.com -COMMENT= Anarchic control version system without unnecessary re-merges +MAINTAINER= ports@FreeBSD.org +COMMENT= Anarchic control version system without unnecessary re-merges WWW= https://bsdforge.com/projects/devel/codeville/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BROKEN= Unfetchable +DEPRECATED= Abandonware, dead upstream for at least 10 years. Consider using devel/git or devel/mercurial +EXPIRATION_DATE=2024-02-29 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} USES= python tar:txz USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes PORTEXAMPLES= cdvserver.conf.sample OPTIONS_DEFINE= EXAMPLES post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} .include