mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 03:51:18 +02:00
21 lines
406 B
Makefile
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
|