Date: Sun, 1 Sep 2013 18:14:41 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325897 - head/devel/p5-SUPER Message-ID: <201309011814.r81IEf3t085463@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Sun Sep 1 18:14:40 2013 New Revision: 325897 URL: http://svnweb.freebsd.org/changeset/ports/325897 Log: - Resolve of using PERL_MODBUILD and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header With hat: perl@ Modified: head/devel/p5-SUPER/Makefile (contents, props changed) Modified: head/devel/p5-SUPER/Makefile ============================================================================== --- head/devel/p5-SUPER/Makefile Sun Sep 1 18:13:13 2013 (r325896) +++ head/devel/p5-SUPER/Makefile Sun Sep 1 18:14:40 2013 (r325897) @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/p5-SUPER -# Date created: 12 June, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= SUPER PORTVERSION= 1.17 @@ -19,8 +15,8 @@ BUILD_DEPENDS= p5-Sub-Identify>=0.04:${P p5-Scalar-List-Utils>=0.20:${PORTSDIR}/lang/p5-Scalar-List-Utils RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= SUPER.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011814.r81IEf3t085463>