Declare version conflicts for your dist
WWW: http://search.cpan.org/dist/Dist-CheckConflicts/ PR: ports/154626 Submitted by: milki <milki at rescomp.berkeley.edu>
This commit is contained in:
parent
4212a766e0
commit
291bfb28ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268880
@ -1591,6 +1591,7 @@
|
||||
SUBDIR += p5-Directory-Queue
|
||||
SUBDIR += p5-Directory-Scratch
|
||||
SUBDIR += p5-Directory-Scratch-Structured
|
||||
SUBDIR += p5-Dist-CheckConflicts
|
||||
SUBDIR += p5-Dist-Joseki
|
||||
SUBDIR += p5-EV
|
||||
SUBDIR += p5-Env-PS1
|
||||
|
28
devel/p5-Dist-CheckConflicts/Makefile
Normal file
28
devel/p5-Dist-CheckConflicts/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# 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= ../by-authors/id/D/DO/DOY
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= milki@rescomp.berkeley.edu
|
||||
COMMENT= Declare version conflicts for your dist
|
||||
|
||||
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-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \
|
||||
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= Dist::CheckConflicts.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Dist-CheckConflicts/distinfo
Normal file
2
devel/p5-Dist-CheckConflicts/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Dist-CheckConflicts-0.02.tar.gz) = b2a4c4c7c4c9cce5441d293a1a67631b6dbf94e5204372a06f04eabd819007d2
|
||||
SIZE (Dist-CheckConflicts-0.02.tar.gz) = 15461
|
3
devel/p5-Dist-CheckConflicts/pkg-descr
Normal file
3
devel/p5-Dist-CheckConflicts/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Declare version conflicts for your dist
|
||||
|
||||
WWW: http://search.cpan.org/dist/Dist-CheckConflicts/
|
6
devel/p5-Dist-CheckConflicts/pkg-plist
Normal file
6
devel/p5-Dist-CheckConflicts/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%SITE_PERL%%/Dist/CheckConflicts.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dist/CheckConflicts/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dist/CheckConflicts
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
|
||||
@dirrmtry %%SITE_PERL%%/Dist
|
Loading…
Reference in New Issue
Block a user