Summary: | [patch] www/p5-Business-PayPal | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Andrej Zverev <az> | ||||
Component: | Individual Port(s) | Assignee: | Steven Kreuzer <skreuzer> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Andrej Zverev
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->skreuzer Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Committed. Thanks! Author: az Date: Fri Jun 7 07:53:09 2013 New Revision: 320170 URL: http://svnweb.freebsd.org/changeset/ports/320170 Log: - Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178939 Submitted by: az Approved by: maintainer (timeout) Modified: head/www/p5-Business-PayPal/Makefile (contents, props changed) Modified: head/www/p5-Business-PayPal/Makefile ============================================================================== --- head/www/p5-Business-PayPal/Makefile Fri Jun 7 07:51:46 2013 (r320169) +++ head/www/p5-Business-PayPal/Makefile Fri Jun 7 07:53:09 2013 (r320170) @@ -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 @@ PERL_CONFIGURE= yes 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> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |