Changeset View
Changeset View
Standalone View
Standalone View
devel/p5-App-SVN-Bisect/Makefile
| PORTNAME= App-SVN-Bisect | PORTNAME= App-SVN-Bisect | ||||
| PORTVERSION= 1.1 | PORTVERSION= 1.1 | ||||
| PORTREVISION= 3 | PORTREVISION= 4 | ||||
| CATEGORIES= devel perl5 | CATEGORIES= devel perl5 | ||||
| MASTER_SITES= CPAN | MASTER_SITES= CPAN | ||||
| PKGNAMEPREFIX= p5- | PKGNAMEPREFIX= p5- | ||||
| MAINTAINER= bofh@FreeBSD.org | MAINTAINER= bofh@FreeBSD.org | ||||
| COMMENT= Binary search through svn revisions | COMMENT= Binary search through svn revisions | ||||
| WWW= https://metacpan.org/release/App-SVN-Bisect | WWW= https://metacpan.org/release/App-SVN-Bisect | ||||
| LICENSE= ART20 | LICENSE= ART20 | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
| BUILD_DEPENDS= ${RUN_DEPENDS} | BUILD_DEPENDS= ${RUN_DEPENDS} | ||||
| RUN_DEPENDS= p5-IO-All>0:devel/p5-IO-All \ | RUN_DEPENDS= p5-IO-All>0:devel/p5-IO-All \ | ||||
| p5-YAML-Syck>0:textproc/p5-YAML-Syck \ | p5-YAML-Syck>0:textproc/p5-YAML-Syck | ||||
| ${LOCALBASE}/bin/svn:devel/subversion | .if ${WITH_SUBVERSION_VER:U} == LTS | ||||
| RUN_DEPENDS+= svn:devel/subversion-lts | |||||
| .else | |||||
| RUN_DEPENDS+= svn:devel/subversion | |||||
| .endif | |||||
| TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ | TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ | ||||
| p5-Test-Output>=0:devel/p5-Test-Output | p5-Test-Output>=0:devel/p5-Test-Output | ||||
| USES= perl5 | USES= perl5 | ||||
| USE_PERL5= configure | USE_PERL5= configure | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||