blob: 9204327fd3f2b50d55a72124599ee1b99c1f8734 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= File-DirCompare
PORTVERSION= 0.7
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to compare two directories using callbacks
PERL_CONFIGURE= yes
MAN3= File::DirCompare.3
.include <bsd.port.mk>
|