ports/textproc/p5-Libxml/Makefile

19 lines
355 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= perl module collection for working with XML
MODULES= cpan
PKG_ARCH= *
VERSION= 0.08
DISTNAME= libxml-perl-${VERSION}
PKGNAME= p5-Libxml-${VERSION}
REVISION= 3
CATEGORIES= textproc
2023-09-28 02:05:49 +00:00
SITES= ${SITE_PERL_CPAN:=XML/}
2023-08-16 22:26:55 +00:00
RUN_DEPENDS= textproc/p5-XML-Parser>=2.19
BUILD_DEPENDS= ${RUN_DEPENDS}
# GPL/Artistic
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>