mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
- Add TEST_DEPENDS - Add regression-test: for tinderbox - Sort PLIST Changes: http://search.cpan.org/dist/XML-Generator/Changes PR: ports/160651 Submitted by: sunpoet (myself) Approved by: Andreas Heil <ah@linux-hq.de> (maintainer)
29 lines
696 B
Makefile
29 lines
696 B
Makefile
# New ports collection makefile for: XML::Generator
|
|
# Date created: 22 January 2004
|
|
# Whom: Andreas Heil <ah@linux-hq.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-Generator
|
|
PORTVERSION= 1.04
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ah@linux-hq.de
|
|
COMMENT= A simple Perl module for generating XML documents
|
|
|
|
BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM
|
|
RUN_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM
|
|
|
|
TEST_DEPENDS= p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XML::Generator.3 XML::Generator::DOM.3
|
|
|
|
regression-test test:
|
|
@(cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} test)
|
|
|
|
.include <bsd.port.mk>
|