22 lines
422 B
Makefile
22 lines
422 B
Makefile
|
# New ports collection makefile for: p5-File-DirCompare
|
||
|
# Date created: 3rd March, 2010
|
||
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= File-DirCompare
|
||
|
PORTVERSION= 0.6
|
||
|
CATEGORIES= sysutils perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= wen@FreeBSD.org
|
||
|
COMMENT= Perl module to compare two directories using callbacks
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= File::DirCompare.3
|
||
|
|
||
|
.include <bsd.port.mk>
|