1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/math/py-pyasp/Makefile
Yuri Victorovich 01047e5aaf New port: math/py-pyasp: Convenience wrapper for the ASP tools gringo and clasp
Submitted by:	myself
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13898
2018-01-15 23:16:09 +00:00

28 lines
582 B
Makefile

# $FreeBSD$
PORTNAME= pyasp
DISTVERSION= 1.4.3
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Convenience wrapper for the ASP tools gringo and clasp
LICENSE= GPLv3
RUN_DEPENDS= clasp:math/clasp \
gringo:math/gringo
USES= python:3.6+
USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} -e " \
s|'bin/'|'${PREFIX}/bin/'| ; \
s|'gringo4'|'gringo'| ; \
s|access_packaged_file(REL_DIR_BIN + bin_name)|REL_DIR_BIN + bin_name|" \
${WRKSRC}/pyasp/constant.py
.include <bsd.port.mk>