21 lines
384 B
Makefile
21 lines
384 B
Makefile
# $OpenBSD: Makefile,v 1.15 2020/07/03 21:44:53 sthen Exp $
|
|
|
|
COMMENT = checks intelligently if files have changed
|
|
|
|
DISTNAME = File-Modified-0.10
|
|
REVISION = 0
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
TEST_DEPENDS = security/p5-Digest-MD2 \
|
|
security/p5-Digest-SHA1
|
|
|
|
.include <bsd.port.mk>
|