1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

- Eliminate perl warning at load

- Bump PORTREVISION
This commit is contained in:
Ryan Steinmetz 2013-07-16 18:10:30 +00:00
parent 1dbe7f201b
commit e76a6df862
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323119

View File

@ -3,6 +3,7 @@
PORTNAME= Lvalue
PORTVERSION= 0.21
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ASG
@ -19,4 +20,9 @@ PERL_CONFIGURE= yes
MAN3= Lvalue.3
post-patch::
@${REINPLACE_CMD} -e 's|qw(can isa DOES VERSION)|(qw(can isa DOES VERSION))|g' \
${WRKSRC}/lib/Lvalue.pm
@${RM} ${WRKSRC}/lib/Lvalue.pm.bak
.include <bsd.port.mk>