svn commit: r320165 - head/databases/p5-ORLite

Andrej Zverev az at FreeBSD.org
Fri Jun 7 07:32:23 UTC 2013


Author: az
Date: Fri Jun  7 07:32:23 2013
New Revision: 320165
URL: http://svnweb.freebsd.org/changeset/ports/320165

Log:
  - Trim Makefile header
  - Remove unnecessary depend on PERL_LEVEL < 5.12
  
  PR:		ports/178919
  Submitted by:	az
  Approved by:	maintainer (timeout)

Modified:
  head/databases/p5-ORLite/Makefile

Modified: head/databases/p5-ORLite/Makefile
==============================================================================
--- head/databases/p5-ORLite/Makefile	Fri Jun  7 07:30:36 2013	(r320164)
+++ head/databases/p5-ORLite/Makefile	Fri Jun  7 07:32:23 2013	(r320165)
@@ -24,16 +24,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=	ORLite.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-BUILD_DEPENDS+=	p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp
-RUN_DEPENDS+=	p5-File-Temp>=0.20:${PORTSDIR}/devel/p5-File-Temp
-.endif
-
-.if ${PERL_LEVEL} < 501101
-BUILD_DEPENDS+=	p5-File-Path>=2.08:${PORTSDIR}/devel/p5-File-Path
-RUN_DEPENDS+=	p5-File-Path>=2.08:${PORTSDIR}/devel/p5-File-Path
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list