mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- Add LICENSE_FILE
- Strip shared library - Bump PORTREVISION for package change
This commit is contained in:
parent
154634b8f4
commit
87ca4a48a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415662
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= bareword-filehandles
|
||||
PORTVERSION= 0.004
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:ILMARI
|
||||
@ -14,14 +14,17 @@ COMMENT= Disables bareword filehandles
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-B-Hooks-OP-Check>=0:devel/p5-B-Hooks-OP-Check \
|
||||
p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
|
||||
p5-Lexical-SealRequireHints>=0:devel/p5-Lexical-SealRequireHints
|
||||
RUN_DEPENDS= p5-B-Hooks-OP-Check>=0:devel/p5-B-Hooks-OP-Check \
|
||||
p5-Lexical-SealRequireHints>=0:devel/p5-Lexical-SealRequireHints
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
BUILD_DEPENDS+= p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/bareword/filehandles/filehandles.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user