- Add LICENSE_FILE
- Fix *_DEPENDS - Update *_DEPENDS: remove PORTSDIR - Bump PORTREVISION for dependency change
This commit is contained in:
parent
c8eae5e94d
commit
b0a1b50e59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=412322
1 changed files with 12 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= Return-Type
|
||||
PORTVERSION= 0.005
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:TOBYINK
|
||||
|
@ -14,12 +14,20 @@ COMMENT= Specify a return type for a function (optionally with coercion)
|
|||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny
|
||||
BUILD_DEPENDS= p5-Type-Tiny>=0:devel/p5-Type-Tiny
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
|
||||
TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 502200
|
||||
BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils
|
||||
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue