2001-10-02 13:31:56 +02:00
|
|
|
# New ports collection makefile for: p5-WDDX
|
|
|
|
# Date created: 18 September 2001
|
|
|
|
# Whom: Eric A. Griff <eric@talesfromthereal.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= WDDX
|
2005-10-14 13:27:12 +02:00
|
|
|
PORTVERSION= 1.02
|
2006-08-15 15:39:14 +02:00
|
|
|
PORTREVISION= 1
|
2001-10-02 13:31:56 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-10-14 13:27:12 +02:00
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/P/PE/PETDANCE
|
2001-10-02 13:31:56 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-10-14 13:27:12 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 14:42:50 +01:00
|
|
|
COMMENT= Perl module to parse WDDX Packets
|
2001-10-02 13:31:56 +02:00
|
|
|
|
2006-08-15 15:39:14 +02:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
|
2001-10-02 13:31:56 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
2006-08-15 15:39:14 +02:00
|
|
|
|
2001-10-02 13:31:56 +02:00
|
|
|
MAN3= WDDX.3
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2006-08-15 15:39:14 +02:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Changes ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500703
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
2001-10-02 13:31:56 +02:00
|
|
|
.endif
|
|
|
|
|
2006-08-15 15:39:14 +02:00
|
|
|
.include <bsd.port.post.mk>
|