freebsd-ports/security/cfv/Makefile
William Grzybowski 2c5f81dc87 security/cfv: fix usage of python and limit to 2.x
Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-15 12:28:10 +00:00

23 lines
472 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= cfv
PORTVERSION= 1.18.3
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility to both test and create .sfv, .csv, and md5sum files
USE_PYTHON= 2
ALL_TARGET= cfv.wrapper
INSTALL_TARGET= install-wrapper
MAKE_ARGS= PYTHON=${PYTHON_CMD}
MAN1= cfv.1
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile
.include <bsd.port.mk>