01d368ee69
- Trim Makefile headers - Pass maintainership to perl@ Feature safe: yes
17 lines
330 B
Makefile
17 lines
330 B
Makefile
# 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>
|