svn commit: r316585 - head/textproc/p5-XML-SAX-Base

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 26 08:53:17 UTC 2013


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 at FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	XML-SAX-Base
 PORTVERSION=	1.08
@@ -14,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at 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>


More information about the svn-ports-all mailing list