Files
bsdports/perl/p5-Dist-CheckConflicts/Makefile
2019-12-26 07:26:06 +00:00

21 lines
406 B
Makefile

# $FreeBSD:perl/Makefile 412346 2016-04-01 14:00:51Z mat $
PORTNAME= Dist-CheckConflicts
PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DOY
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Declare version conflicts for your dist
RUN_DEPENDS= p5-Module-Runtime>=0.009:perl/p5-Module-Runtime
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF