openbsd-ports/devel/p5-File-DirCompare/Makefile

24 lines
450 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2010/12/03 11:44:31 ajacoutot Exp $
COMMENT = compare two directories using callbacks
MODULES = cpan
DISTNAME = File-DirCompare-0.6
REVISION = 1
CATEGORIES = devel
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
CPAN_AUTHOR = GAVINC
MAINTAINER = James Wright <jamesw@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = perl
.include <bsd.port.mk>