diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-08 08:04:04 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-08 08:04:04 +0000 |
commit | 3a4a8bf8a5cfb52d61421d720a213fc2b2b402c9 (patch) | |
tree | 4b73409985b156444768ef6039a67ff33e713666 /www/p5-Google-Search | |
parent | 544eda52f54c4aab2042ecc7b5b4fbde7917cbea (diff) |
Notes
Diffstat (limited to 'www/p5-Google-Search')
-rw-r--r-- | www/p5-Google-Search/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/p5-Google-Search/Makefile b/www/p5-Google-Search/Makefile index b61175622fc1..b6850bab27c6 100644 --- a/www/p5-Google-Search/Makefile +++ b/www/p5-Google-Search/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Google-Search -# Date created: 20 Jul 2010 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Google-Search PORTVERSION= 0.028 @@ -24,6 +20,7 @@ RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes +MAKE_JOBS_SAFE= yes MAN3= Google::Search.3 Google::Search::Result.3 |