opnsense-ports/devel/p5-File-Sync/Makefile
2022-09-07 22:33:21 +02:00

15 lines
324 B
Makefile

PORTNAME= File-Sync
PORTVERSION= 0.11
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module interface to the UNIX sync(2) and POSIX.1b fsync(2)
WWW= https://metacpan.org/release/File-Sync
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>