freebsd-ports/textproc/p5-XML-DT/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

22 lines
502 B
Makefile

# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD$
PORTNAME= XML-DT
PORTVERSION= 0.63
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl module for down translation of XML to strings
BUILD_DEPENDS= p5-XML-LibXML>=1.54:textproc/p5-XML-LibXML \
p5-libwww>=1.35:www/p5-libwww \
p5-XML-DTDParser>=2.00:textproc/p5-XML-DTDParser
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>