svn commit: r320169 - head/www/p5-WWW-Contact

Andrej Zverev az at FreeBSD.org
Fri Jun 7 07:51:47 UTC 2013


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/


More information about the svn-ports-all mailing list