diff options
author | az <az@FreeBSD.org> | 2013-06-07 15:51:46 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-06-07 15:51:46 +0800 |
commit | b3a43dbce67ee493866a1c3d844c47f9049c6a6a (patch) | |
tree | 870fabab0b91b161a8f08061e264055ad10abaca /www | |
parent | 85c0dc66d1a494b9e19221b639766526a66b87f2 (diff) | |
download | freebsd-ports-gnome-b3a43dbce67ee493866a1c3d844c47f9049c6a6a.tar.gz freebsd-ports-gnome-b3a43dbce67ee493866a1c3d844c47f9049c6a6a.tar.zst freebsd-ports-gnome-b3a43dbce67ee493866a1c3d844c47f9049c6a6a.zip |
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
- Make portlint happy
PR: ports/178938
Submitted by: az
Approved by: maintainer (timeout)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-WWW-Contact/Makefile | 14 | ||||
-rw-r--r-- | www/p5-WWW-Contact/pkg-descr | 2 |
2 files changed, 3 insertions, 13 deletions
diff --git a/www/p5-WWW-Contact/Makefile b/www/p5-WWW-Contact/Makefile index 1185a492d6ce..d1e3a264eaf9 100644 --- a/www/p5-WWW-Contact/Makefile +++ b/www/p5-WWW-Contact/Makefile @@ -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> diff --git a/www/p5-WWW-Contact/pkg-descr b/www/p5-WWW-Contact/pkg-descr index 3481521ae816..bf3944d6b63e 100644 --- a/www/p5-WWW-Contact/pkg-descr +++ b/www/p5-WWW-Contact/pkg-descr @@ -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/ |