1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/textproc/p5-XML-Encoding/Makefile
2021-04-06 16:31:07 +02:00

24 lines
437 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
PORTNAME= XML-Encoding
PORTVERSION= 2.11
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for parsing XML encoding maps
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-XML-Parser>=2.18:textproc/p5-XML-Parser
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>