21febd9586
always available (and not needed to build or run this module). Noticed by: kris via pointyhat
31 lines
768 B
Makefile
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>
|