mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
7fa9c70193
- Fix a few ports with invalid USES autoreconf arguments - Add check for invalid USES autoreconf arguments Differential Revision: https://reviews.freebsd.org/D14004 Approved by: tijl (autotools maintainer), portmgr (mat)
22 lines
406 B
Makefile
22 lines
406 B
Makefile
# Created by: Hung-Yi Chen <gaod@hychen.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sshpass
|
|
PORTVERSION= 1.06
|
|
CATEGORIES= security
|
|
MASTER_SITES= SF/${PORTNAME}/sshpass/${PORTVERSION}
|
|
|
|
MAINTAINER= gaod@hychen.org
|
|
COMMENT= Non-interactive ssh password auth tool
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/sshpass \
|
|
man/man1/sshpass.1.gz
|
|
|
|
.include <bsd.port.mk>
|