Date: Fri, 26 Apr 2013 08:53:17 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316585 - head/textproc/p5-XML-SAX-Base Message-ID: <201304260853.r3Q8rHpL084800@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Apr 26 08:53:17 2013 New Revision: 316585 URL: http://svnweb.freebsd.org/changeset/ports/316585 Log: - Add LICENSE - Remove outdated PERL_LEVEL check - Cleanup Makefile header Modified: head/textproc/p5-XML-SAX-Base/Makefile (contents, props changed) Modified: head/textproc/p5-XML-SAX-Base/Makefile ============================================================================== --- head/textproc/p5-XML-SAX-Base/Makefile Fri Apr 26 08:53:01 2013 (r316584) +++ head/textproc/p5-XML-SAX-Base/Makefile Fri Apr 26 08:53:17 2013 (r316585) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-XML-SAX-Base -# Date created: 2012-03-01 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= XML-SAX-Base PORTVERSION= 1.08 @@ -14,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Base class SAX Drivers and Filters +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + CONFLICTS= p5-XML-SAX-0.[0-8]* p5-XML-SAX-0.9[0-8]* PERL_CONFIGURE= yes @@ -22,10 +21,4 @@ MAN3= XML::SAX::Base.3 \ XML::SAX::BuildSAXBase.3 \ XML::SAX::Exception.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304260853.r3Q8rHpL084800>