openbsd-ports/devel/p5-Dist-CheckConflicts/Makefile
simon 19d59872e1 import p5-Dist-CheckConflicts
One shortcoming of the CPAN clients that currently exist is that they
have no way of specifying conflicting downstream dependencies of
modules.  This module attempts to work around this issue by allowing you
to specify conflicting versions of modules separately, and deal with
them after the module is done installing.
2011-03-22 23:17:59 +00:00

21 lines
432 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/03/22 23:17:59 simon Exp $
COMMENT = declare version conflicts for your dist
MODULES = cpan
DISTNAME = Dist-CheckConflicts-0.02
CATEGORIES = devel
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = devel/p5-List-MoreUtils \
devel/p5-Sub-Exporter
REGRESS_DEPENDS = devel/p5-Test-Fatal
.include <bsd.port.mk>