svn commit: r325880 - head/devel/p5-UUID

Andrej Zverev az at FreeBSD.org
Sun Sep 1 17:05:53 UTC 2013


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 at FreeBSD.org>
-#
+# Created by: Steve Wills <swills at 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/


More information about the svn-ports-all mailing list