Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2011 04:22:37 -0700 (PDT)
From:      milki <milki@rescomp.berkeley.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/158943: [MAINTAINER] www/p5-Pod-Site: Add LICENSE and OPTIONS
Message-ID:  <201107151122.p6FBMbrp084805@cibo.ircmylife.com>
Resent-Message-ID: <201107151130.p6FBU9Ih048451@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158943
>Category:       ports
>Synopsis:       [MAINTAINER] www/p5-Pod-Site: Add LICENSE and OPTIONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 15 11:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     milki
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
UC Berkeley - RSSP-IT
>Environment:
System: FreeBSD cibo.ircmylife.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011
>Description:
- Add LICENSE
- Add OPTIONS and move deps

No portrevision bump because no user update required

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- p5-Pod-Site-0.52.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/p5-Pod-Site/Makefile /usr/home/milki/ports/p5-Pod-Site/Makefile
--- /usr/ports/www/p5-Pod-Site/Makefile	2011-06-20 02:22:12.000000000 -0700
+++ /usr/home/milki/ports/p5-Pod-Site/Makefile	2011-07-15 04:11:54.000000000 -0700
@@ -15,17 +15,22 @@
 MAINTAINER=	milki@rescomp.berkeley.edu
 COMMENT=	Build browsable HTML documentation for your app
 
-BUILD_DEPENDS=	  p5-Module-Build>=0.35:${PORTSDIR}/devel/p5-Module-Build \
-		p5-Test-MockModule>=0.05:${PORTSDIR}/devel/p5-Test-MockModule \
-		p5-Test-XPath>=0.12:${PORTSDIR}/lang/p5-Test-XPath \
-		p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	  p5-Module-Build>=0.35:${PORTSDIR}/devel/p5-Module-Build
 RUN_DEPENDS=	p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path \
 		p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \
 		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
 		p5-Object-Tiny>=0:${PORTSDIR}/devel/p5-Object-Tiny \
 		p5-Pod-Parser>=0:${PORTSDIR}/textproc/p5-Pod-Parser \
 		p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple \
-		p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools
+		p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File
+
+TEST_DEPENDS=	p5-Test-MockModule>=0.05:${PORTSDIR}/devel/p5-Test-MockModule \
+		p5-Test-XPath>=0.12:${PORTSDIR}/lang/p5-Test-XPath
+
+OPTIONS=	PODT "Include Pod package tests" Off
 
 PERL_MODBUILD=	YES
 
@@ -33,4 +38,15 @@
 
 MAN3=	Pod::Site.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if !defined(WITHOUT_PODT)
+TEST_DEPENDS+=	p5-Test-Pod>=1.20:${PORTSDIR}/devel/p5-Test-Pod \
+	p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage
+.endif
+
+.if ${PERL_LEVEL} < 501001
+TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
--- p5-Pod-Site-0.52.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107151122.p6FBMbrp084805>