Files
ports/textproc/p5-XML-Encoding/Makefile
T
Sunpoet Po-Chuan Hsieh 59f8c4261d Update to 2.11
- Add NO_ARCH

Changes:	https://metacpan.org/changes/distribution/XML-Encoding
2020-12-13 14:49:02 +00:00

25 lines
449 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
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>