freebsd-ports/textproc/p5-XML-Generator/Makefile
Philip M. Gollucci b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00

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>