ports/devel/p5-Dist-CheckConflicts/Makefile

17 lines
286 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = declare version conflicts for your dist
MODULES = cpan
PKG_ARCH = *
DISTNAME = Dist-CheckConflicts-0.11
CATEGORIES = devel
REVISION = 0
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-Module-Runtime>=0.009
TEST_DEPENDS = devel/p5-Test-Fatal>=0
.include <bsd.port.mk>