diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-04-26 08:53:17 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-04-26 08:53:17 +0000 |
commit | 2caec498057c004ac17aee669760cbd1936bb2c8 (patch) | |
tree | bf773c49cf9e3c1d1755b29704024e00416e1dba /textproc | |
parent | 2b8e219a9c2ae8084383e1de0581639d8def41cb (diff) | |
download | ports-2caec498057c004ac17aee669760cbd1936bb2c8.tar.gz ports-2caec498057c004ac17aee669760cbd1936bb2c8.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-SAX-Base/Makefile | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/textproc/p5-XML-SAX-Base/Makefile b/textproc/p5-XML-SAX-Base/Makefile index b5252b38c02f..893e8c20c555 100644 --- a/textproc/p5-XML-SAX-Base/Makefile +++ b/textproc/p5-XML-SAX-Base/Makefile @@ -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> |