diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-11 14:47:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-11 14:47:47 +0800 |
commit | cb63e98284056efc1f46aaa03c9b5778bd736735 (patch) | |
tree | b7a0fdf666833781fd031e4eac3ef1afa52d08e4 /net | |
parent | 75427875104ca009a2623252120f536246ecc77b (diff) | |
download | freebsd-ports-gnome-cb63e98284056efc1f46aaa03c9b5778bd736735.tar.gz freebsd-ports-gnome-cb63e98284056efc1f46aaa03c9b5778bd736735.tar.zst freebsd-ports-gnome-cb63e98284056efc1f46aaa03c9b5778bd736735.zip |
Mark job unsafe
Convert to USES
Bump portrevision (pkgconfig is not a run dep anymore)
Remove leading indefinite article
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-ZeroMQ/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net/p5-ZeroMQ/Makefile b/net/p5-ZeroMQ/Makefile index efa68101ae08..fa268ee0f5ff 100644 --- a/net/p5-ZeroMQ/Makefile +++ b/net/p5-ZeroMQ/Makefile @@ -1,19 +1,16 @@ -# New ports collection makefile for: ZeroMQ -# Date created: 2011-10-26 -# Whom: Andrej Zverev <az@FreeBSD.org> -# +# Created by: Andrej Zverev <az@FreeBSD.org> # $FreeBSD$ -# PORTNAME= ZeroMQ PORTVERSION= 0.21 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DMAKI PKGNAMEPREFIX= p5- MAINTAINER= az@FreeBSD.org -COMMENT= A ZeroMQ2 wrapper for Perl +COMMENT= ZeroMQ2 wrapper for Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual @@ -29,7 +26,8 @@ TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-JSON>=2.00:${PORTSDIR}/converters/p5-JSON -USE_GNOME= pkgconfig +USES= pkgconfig +MAKE_JOBS_UNSAFE= yes PERL_CONFIGURE= yes |