diff options
-rw-r--r-- | textproc/p5-libxml/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-libxml/Makefile b/textproc/p5-libxml/Makefile index c8844a89e8a5..7607c8c69076 100644 --- a/textproc/p5-libxml/Makefile +++ b/textproc/p5-libxml/Makefile @@ -12,10 +12,14 @@ DISTNAME= libxml-perl-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Collection of Perl5 modules for working with XML +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |