ef41ca0f81
This module compares arbitrary data structures to see if they are copies of each other.
20 lines
391 B
Makefile
20 lines
391 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/06 09:24:33 sthen Exp $
|
|
|
|
COMMENT= compare perl data structures
|
|
|
|
DISTNAME= Data-Compare-1.22
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Andrew Fresh <andrew@cpan.org>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
RUN_DEPENDS= devel/p5-File-Find-Rule
|
|
|
|
.include <bsd.port.mk>
|