diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-04-26 16:53:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-04-26 16:53:17 +0800 |
commit | cc03fca2e90c3c355f3707f6b6c693aa7e9f5bb3 (patch) | |
tree | bf773c49cf9e3c1d1755b29704024e00416e1dba /textproc | |
parent | 736924a13feff5e3acea4073bfe2fbafe83aa5fe (diff) | |
download | freebsd-ports-gnome-cc03fca2e90c3c355f3707f6b6c693aa7e9f5bb3.tar.gz freebsd-ports-gnome-cc03fca2e90c3c355f3707f6b6c693aa7e9f5bb3.tar.zst freebsd-ports-gnome-cc03fca2e90c3c355f3707f6b6c693aa7e9f5bb3.zip |
- Add LICENSE
- Remove outdated PERL_LEVEL check
- Cleanup Makefile header
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> |