Date: Fri, 24 May 2013 14:03:20 +0400 From: Andrej Zverev <az@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/178939: [patch] www/p5-Business-PayPal Message-ID: <E1UfoqG-000EeY-Pn@sunner.semmy.ru> Resent-Message-ID: <201305241010.r4OAA2ES027950@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178939 >Category: ports >Synopsis: [patch] www/p5-Business-PayPal >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 24 10:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: >Organization: >Environment: >Description: - Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12 >How-To-Repeat: >Fix: --- patch.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 317733) +++ Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Business-PayPal -# Date created: Fri 29 Sep 2006 -# Whom: Steven Kreuzer -# +# Created by: Steven Kreuzer # $FreeBSD$ -# PORTNAME= Business-PayPal PORTVERSION= 0.05 @@ -22,10 +18,4 @@ MAN3= Business::PayPal.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> --- patch.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1UfoqG-000EeY-Pn>