freebsd-ports/sysutils/p5-File-Signature/Makefile
Andrej Zverev 2c6b14778c - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 09:44:19 +00:00

16 lines
319 B
Makefile

# Created by: Frederic Culot <culot@FreeBSD.org>
# $FreeBSD$
PORTNAME= File-Signature
PORTVERSION= 1.009
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Detect changes to a file's content or attributes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>