freebsd-ports/textproc/p5-XML-Generator/Makefile
Dmitry Marakasov 1beb1bba8e - Add LICENSE
- Add NO_ARCH
- Switch to new test framework

Approved by:	portmgr blanket
2018-02-03 09:02:17 +00:00

25 lines
527 B
Makefile

# Created by: Andreas Heil <ah@linux-hq.de>
# $FreeBSD$
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>