freebsd-ports/textproc/p5-WDDX/Makefile
Frederic Culot bc08cdec76 - Remove SITE_PERL from *_DEPENDS
Submitted by:	az@
2012-06-05 07:02:36 +00:00

32 lines
679 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
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PETDANCE
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to parse WDDX Packets
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
RUN_DEPENDS= p5-XML-Parser>=0:${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>