freebsd-ports/textproc/p5-WDDX/Makefile
Anton Berezin 21febd9586 Do not do tests during build, as it requires Test::More, which is not
always available (and not needed to build or run this module).

Noticed by:	kris via pointyhat
2005-10-16 08:23:36 +00:00

31 lines
768 B
Makefile

# New ports collection makefile for: p5-WDDX
# Date created: 18 September 2001
# Whom: Eric A. Griff <eric@talesfromthereal.com>
#
# $FreeBSD$
#
PORTNAME= WDDX
PORTVERSION= 1.02
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/P/PE/PETDANCE
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to parse WDDX Packets
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
PERL_CONFIGURE= yes
MAN3= WDDX.3
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/WDDX
${INSTALL_MAN} ${WRKSRC}/Changes ${PREFIX}/share/doc/WDDX
.endif
.include <bsd.port.mk>