freebsd-ports/devel/p5-Return-Value/Makefile
Anton Berezin f655c18458 Remove deprecation warning introduced with the last update.
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
2013-01-03 09:21:29 +00:00

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>