mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
02915a3d0c
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9380
22 lines
503 B
Makefile
22 lines
503 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cfv
|
|
PORTVERSION= 1.18.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= rezny@FreeBSD.org
|
|
COMMENT= Utility to both test and create .sfv, .csv, and md5sum files
|
|
|
|
USES= python:2
|
|
ALL_TARGET= cfv.wrapper
|
|
INSTALL_TARGET= install-wrapper
|
|
MAKE_ARGS= PYTHON=${PYTHON_CMD}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,%%SITELIBDIR%%,${PYTHON_SITELIBDIR},g" \
|
|
-e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|