ports/158943: [MAINTAINER] www/p5-Pod-Site: Add LICENSE and OPTIONS

milki milki at rescomp.berkeley.edu
Fri Jul 15 11:30:10 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list