svn commit: r383939 - head/devel/p5-FileHandle-Unget
Adam Weinberger
adamw at FreeBSD.org
Mon Apr 13 17:34:11 UTC 2015
Author: adamw
Date: Mon Apr 13 17:34:10 2015
New Revision: 383939
URL: https://svnweb.freebsd.org/changeset/ports/383939
Log:
Fix build by adding a build dependency on p5-URI.
Modified:
head/devel/p5-FileHandle-Unget/Makefile
Modified: head/devel/p5-FileHandle-Unget/Makefile
==============================================================================
--- head/devel/p5-FileHandle-Unget/Makefile Mon Apr 13 17:27:56 2015 (r383938)
+++ head/devel/p5-FileHandle-Unget/Makefile Mon Apr 13 17:34:10 2015 (r383939)
@@ -3,6 +3,7 @@
PORTNAME= FileHandle-Unget
PORTVERSION= 0.1626
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,6 +13,8 @@ COMMENT= FileHandle which supports unget
LICENSE= GPLv2
+BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
+
USES= perl5
USE_PERL5= configure
More information about the svn-ports-head
mailing list