aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-LibXML-Iterator
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-10-01 16:41:59 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-10-01 16:41:59 +0000
commit6e2ebca4fcf40681c8ea7ec7b51189e62e92de43 (patch)
treedae41cbbf769bb3f4ab31b15c876d7a7e3b6930a /textproc/p5-XML-LibXML-Iterator
parent5d1b93def76ec33b746ae7c41ef3c94acd615975 (diff)
downloadports-6e2ebca4fcf40681c8ea7ec7b51189e62e92de43.tar.gz
ports-6e2ebca4fcf40681c8ea7ec7b51189e62e92de43.zip
Assume maintainership of thoses ports I just added
remove a 'test' target, it can be achieved with make BUILD_TARGET="all test"
Notes
Notes: svn path=/head/; revision=89999
Diffstat (limited to 'textproc/p5-XML-LibXML-Iterator')
-rw-r--r--textproc/p5-XML-LibXML-Iterator/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/p5-XML-LibXML-Iterator/Makefile b/textproc/p5-XML-LibXML-Iterator/Makefile
index d66ca0db85df..9247025bbf67 100644
--- a/textproc/p5-XML-LibXML-Iterator/Makefile
+++ b/textproc/p5-XML-LibXML-Iterator/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= mat@FreeBSD.org
COMMENT= XML::LibXML::Iterator is an iterator for XML::LibXML parsed documents
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
@@ -23,8 +23,4 @@ PERL_CONFIGURE= yes
MAN3= XML::LibXML::Iterator.3 XML::LibXML::NodeList::Iterator.3
-test: build
- @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} \
- ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test
-
.include <bsd.port.mk>