freebsd-ports/devel/p5-Dist-CheckConflicts/Makefile
Philip M. Gollucci b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00

36 lines
827 B
Makefile

# New ports collection makefile for: Dist-CheckConflicts
# Date created: 9 February 2011
# Whom: milki <milki@rescomp.berkeley.edu>
#
# $FreeBSD$
#
PORTNAME= Dist-CheckConflicts
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DOY
PKGNAMEPREFIX= p5-
MAINTAINER= milki@rescomp.berkeley.edu
COMMENT= Declare version conflicts for your dist
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-List-MoreUtils>=0.12:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif
PERL_CONFIGURE= YES
MAN3= Dist::CheckConflicts.3
.include <bsd.port.post.mk>