diff options
author | az <az@FreeBSD.org> | 2013-06-07 15:49:56 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-06-07 15:49:56 +0800 |
commit | 85c0dc66d1a494b9e19221b639766526a66b87f2 (patch) | |
tree | 2e6e399c46f5519053cd68d5695af1f3b0245af9 /www/p5-WWW-Plurk | |
parent | 93b607680239e94a8babeb26869d4f9b349f4641 (diff) | |
download | freebsd-ports-gnome-85c0dc66d1a494b9e19221b639766526a66b87f2.tar.gz freebsd-ports-gnome-85c0dc66d1a494b9e19221b639766526a66b87f2.tar.zst freebsd-ports-gnome-85c0dc66d1a494b9e19221b639766526a66b87f2.zip |
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
- Make portlint happy
PR: ports/178932
Submitted by: az
Approved by: maintainer (timeout)
Diffstat (limited to 'www/p5-WWW-Plurk')
-rw-r--r-- | www/p5-WWW-Plurk/Makefile | 14 | ||||
-rw-r--r-- | www/p5-WWW-Plurk/pkg-descr | 2 |
2 files changed, 3 insertions, 13 deletions
diff --git a/www/p5-WWW-Plurk/Makefile b/www/p5-WWW-Plurk/Makefile index a8a04de13c54..1b64f52468ac 100644 --- a/www/p5-WWW-Plurk/Makefile +++ b/www/p5-WWW-Plurk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-Plurk -# Date created: 2008-08-04 -# Whom: Yi-Hsuan Hsin <mhsin@mhsin.org> -# +# Created by: Yi-Hsuan Hsin <mhsin@mhsin.org> # $FreeBSD$ -# PORTNAME= WWW-Plurk PORTVERSION= 0.02 @@ -30,10 +26,4 @@ MAN3= WWW::Plurk.3 WWW::Plurk::Friend.3 WWW::Plurk::Message.3 post-patch: ${FIND} ${WRKSRC} -name "*.orig" -delete -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500905 -RUN_DEPENDS+= p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-WWW-Plurk/pkg-descr b/www/p5-WWW-Plurk/pkg-descr index dec8d538c26e..e2ddfd12e47c 100644 --- a/www/p5-WWW-Plurk/pkg-descr +++ b/www/p5-WWW-Plurk/pkg-descr @@ -7,4 +7,4 @@ Ryan Lim did the heavy lifting of reverse engineering the API. His PHP implementation can be found at http://code.google.com/p/rlplurkapi/. Author: Andy Armstrong <andy.armstrong@messagesystems.com> -WWW: http://search.cpan.org/dist/WWW-Plurk/ +WWW: http://search.cpan.org/dist/WWW-Plurk/ |