1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/textproc/p5-XML-Generator/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

26 lines
552 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
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
regression-test test:
@(cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} test)
.include <bsd.port.mk>