Unfortunately, this port is depended on by quite a few other ports, so we do not want the deprecation warning at this stage. Patch up the sources instead of a more drastic PORTEPOCH bump. PR: 174904 Submitted by: Olli Hauer
22 lines
455 B
Makefile
22 lines
455 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Return-Value
|
|
PORTVERSION= 1.666002
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:RJBS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Return::Value - Polymorphic Return Values
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Return::Value.3
|
|
|
|
post-patch:
|
|
${PERL} -pi -e 's/^Carp::cluck/# Carp::cluck/' ${WRKSRC}/lib/Return/Value.pm
|
|
|
|
.include <bsd.port.mk>
|