aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-File-Sync/Makefile
blob: ed00a489d18913b06d6948fac6ab4ddd1960136a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>