Files
ports/devel/codeville/Makefile
T
Luca Pizzamiglio 3a3fdd9265 (Readdition of devel/codeville which was removed on 548979)
Add codeville 0.1.18, anarchic control version system without
unnecessary re-merges.

Reintroduce the port, after porting it to Python 3.

PR:		251772
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2021-02-09 22:00:56 +00:00

31 lines
824 B
Makefile

# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
PORTNAME= codeville
PORTVERSION= 0.1.18
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
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR}
USES= python:3.7+ tar:txz
USE_PYTHON= distutils autoplist
NO_ARCH= yes
PORTEXAMPLES= cdvserver.conf.sample
OPTIONS_DEFINE= EXAMPLES
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>