diff options
Diffstat (limited to 'net/p5-Net-Jaiku/Makefile')
-rw-r--r-- | net/p5-Net-Jaiku/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/p5-Net-Jaiku/Makefile b/net/p5-Net-Jaiku/Makefile index 931728105564..e7082b4841f1 100644 --- a/net/p5-Net-Jaiku/Makefile +++ b/net/p5-Net-Jaiku/Makefile @@ -9,7 +9,7 @@ PKGNAMEPREFIX= p5- EXTRACT_SUFX= .tgz MAINTAINER= miwi@FreeBSD.org -COMMENT= A perl interface to jaiku.com's API +COMMENT= Perl interface to jaiku.com's API RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \ p5-JSON-Any>0:${PORTSDIR}/converters/p5-JSON-Any \ @@ -21,7 +21,4 @@ BUILD_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \ USES= perl5 USE_PERL5= configure -MAN3= Net::Jaiku.3 - -NO_STAGE= yes .include <bsd.port.mk> |