2013-03-29 01:44:53 +01:00
|
|
|
# Created by: Sergey Skvortsov <skv@protey.ru>
|
2001-10-18 21:01:26 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= XML-Encoding
|
2014-07-15 09:36:19 +02:00
|
|
|
PORTVERSION= 2.09
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 2
|
2001-10-18 21:01:26 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-10-18 21:01:26 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-07 17:42:51 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2013-03-29 01:44:53 +01:00
|
|
|
COMMENT= Perl module for parsing XML encoding maps
|
2001-10-18 21:01:26 +02:00
|
|
|
|
2014-07-15 09:36:19 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2015-01-01 17:26:11 +01:00
|
|
|
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2001-10-18 21:01:26 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2001-10-18 21:01:26 +02:00
|
|
|
|
2015-01-01 17:26:11 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 501800
|
|
|
|
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|