aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-WDDX/Makefile
blob: 135942a1e8edb40b2696b5ded1f679548d70c49a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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
PORTREVISION=   1
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= ../../authors/id/P/PE/PETDANCE
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl module to parse WDDX Packets

RUN_DEPENDS=    ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser

PERL_CONFIGURE= yes

MAN3=       WDDX.3

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/Changes ${DOCSDIR}
.endif

.include <bsd.port.mk>