pkgsrc/devel/p5-File-DirSync/Makefile

18 lines
491 B
Makefile
Raw Normal View History

2020-08-31 20:06:29 +02:00
# $NetBSD: Makefile,v 1.27 2020/08/31 18:08:00 wiz Exp $
DISTNAME= File-DirSync-1.22
2004-01-25 02:28:04 +01:00
PKGNAME= p5-${DISTNAME}
2020-08-31 20:06:29 +02:00
PKGREVISION= 12
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/File-DirSync
COMMENT= Perl5 module to synchronize two directories rapidly
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/File/DirSync/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"