Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2013 07:51:46 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320169 - head/www/p5-WWW-Contact
Message-ID:  <201306070751.r577pk63007224@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: az
Date: Fri Jun  7 07:51:46 2013
New Revision: 320169
URL: http://svnweb.freebsd.org/changeset/ports/320169

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

Modified:
  head/www/p5-WWW-Contact/Makefile   (contents, props changed)
  head/www/p5-WWW-Contact/pkg-descr   (contents, props changed)

Modified: head/www/p5-WWW-Contact/Makefile
==============================================================================
--- head/www/p5-WWW-Contact/Makefile	Fri Jun  7 07:49:56 2013	(r320168)
+++ head/www/p5-WWW-Contact/Makefile	Fri Jun  7 07:51:46 2013	(r320169)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-WWW-Contact
-# Date created:				2010/02/22
-# Whom:					Fred Cox
-#
+# Created by: Fred Cox
 # $FreeBSD$
-#
 
 PORTNAME=	WWW-Contact
 PORTVERSION=	0.47
@@ -49,10 +45,4 @@ MAN3=		WWW::Contact.3 \
 		WWW::Contact::Rediffmail.3 \
 		WWW::Contact::Yahoo.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.90:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/www/p5-WWW-Contact/pkg-descr
==============================================================================
--- head/www/p5-WWW-Contact/pkg-descr	Fri Jun  7 07:49:56 2013	(r320168)
+++ head/www/p5-WWW-Contact/pkg-descr	Fri Jun  7 07:51:46 2013	(r320169)
@@ -1,4 +1,4 @@
 Perl5 contact importer for use with all the major email systems, such as
 Yahoo!, Gmail, Hotmail, etc.
 
-WWW:	http://search.cpan.org/dist/WWW-Contact/
+WWW: http://search.cpan.org/dist/WWW-Contact/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306070751.r577pk63007224>