svn commit: r320154 - head/mail/p5-Net-POP3-SSLWrapper

Andrej Zverev az at FreeBSD.org
Fri Jun 7 06:55:06 UTC 2013


Author: az
Date: Fri Jun  7 06:55:05 2013
New Revision: 320154
URL: http://svnweb.freebsd.org/changeset/ports/320154

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

Modified:
  head/mail/p5-Net-POP3-SSLWrapper/Makefile   (contents, props changed)

Modified: head/mail/p5-Net-POP3-SSLWrapper/Makefile
==============================================================================
--- head/mail/p5-Net-POP3-SSLWrapper/Makefile	Fri Jun  7 06:51:42 2013	(r320153)
+++ head/mail/p5-Net-POP3-SSLWrapper/Makefile	Fri Jun  7 06:55:05 2013	(r320154)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Net-POP3-SSLWrapper
-# Date created:				16 December 2009
-# Whom:					johnpupu <johnpupu at gmail.com>
-#
+# Created by: johnpupu <johnpupu at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-POP3-SSLWrapper
 PORTVERSION=	0.06
@@ -21,11 +17,4 @@ PERL_CONFIGURE=	yes
 
 MAN3=		Net::POP3::SSLWrapper.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
-RUN_DEPENDS+=	p5-parent>=0:${PORTSDIR}/devel/p5-parent
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list