mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
20 lines
291 B
Makefile
20 lines
291 B
Makefile
# Created by: eik
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rdigest
|
|
|
|
COMMENT= Recursive message digest wrapper utility
|
|
|
|
DISTNAME= digest-${PORTVERSION}
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
CONFLICTS= # none
|
|
|
|
PATCHDIR= ${.CURDIR}/files
|
|
|
|
MASTERDIR= ${.CURDIR}/../digest
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|