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

25 lines
515 B
Makefile

# Created by: Andreas Heil <ah@linux-hq.de>
PORTNAME= XML-Generator
PORTVERSION= 1.04
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ah@linux-hq.de
COMMENT= Simple Perl module for generating XML documents
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-XML-DOM>=0:textproc/p5-XML-DOM
RUN_DEPENDS= p5-XML-DOM>=0:textproc/p5-XML-DOM
TEST_DEPENDS= p5-Tie-IxHash>=0:devel/p5-Tie-IxHash
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>