svn commit: r320170 - head/www/p5-Business-PayPal

Andrej Zverev az at FreeBSD.org
Fri Jun 7 07:53:09 UTC 2013


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>


More information about the svn-ports-all mailing list