blob: 6f26b0069964486d50826e197bf88780b191d5e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Seamus Venasse <svenasse@polaris.ca>
PORTNAME= File-DirSync
PORTVERSION= 1.22
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mhjacks@swbell.net
COMMENT= Perl5 module for synchronizing two directories rapidly
USES= perl5
USE_PERL5= configure
CONFLICTS_INSTALL= py*-dirsync
.include <bsd.port.mk>
|