mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
9757a2161c
happened since it was not connected to the build. Instead fix a typo in security/Makefile and hence connect this port. Reported by: jbeich
27 lines
517 B
Makefile
27 lines
517 B
Makefile
# Created by: Peter Ankerstal <peter@pean.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sha2wordlist
|
|
PORTVERSION= 1.0.20140124
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= peter@pean.org
|
|
COMMENT= create SHA256 digests as PGP words
|
|
|
|
LICENSE= BSD2CLAUSE BSD3CLAUSE
|
|
LICENSE_COMB= multi
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= kirei
|
|
GH_TAGNAME= 3615281
|
|
|
|
PLIST_FILES= sbin/sha2wordlist
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|gcc|cc|g' ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${LOCALBASE}/sbin/
|
|
|
|
.include <bsd.port.mk>
|