Date: Sun, 1 Sep 2013 17:05:53 +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: r325880 - head/devel/p5-UUID Message-ID: <201309011705.r81H5rmd044238@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Sun Sep 1 17:05:52 2013 New Revision: 325880 URL: http://svnweb.freebsd.org/changeset/ports/325880 Log: - Resolve of using PERL_CONFIGURE and USE_PERL5 together - Convert to new perl5 framework - Trim Makefile header - Use single space after WWW: in pkg-descr and adjust URL look With hat: perl@ Modified: head/devel/p5-UUID/Makefile (contents, props changed) head/devel/p5-UUID/pkg-descr (contents, props changed) Modified: head/devel/p5-UUID/Makefile ============================================================================== --- head/devel/p5-UUID/Makefile Sun Sep 1 17:03:27 2013 (r325879) +++ head/devel/p5-UUID/Makefile Sun Sep 1 17:05:52 2013 (r325880) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-UUID -# Date created: 2011-07-10 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= UUID PORTVERSION= 0.04 @@ -17,8 +13,8 @@ COMMENT= Perl extension for using UUID i LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid -USE_PERL5= yes -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure CFLAGS+= -I${LOCALBASE}/include MAN3= UUID.3 Modified: head/devel/p5-UUID/pkg-descr ============================================================================== --- head/devel/p5-UUID/pkg-descr Sun Sep 1 17:03:27 2013 (r325879) +++ head/devel/p5-UUID/pkg-descr Sun Sep 1 17:05:52 2013 (r325880) @@ -1,3 +1,3 @@ UUID - Perl extension for using UUID interfaces as defined in e2fsprogs. -WWW: http://search.cpan.org/~jnh/UUID/ +WWW: http://search.cpan.org/dist/UUID/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011705.r81H5rmd044238>