freebsd-ports/textproc/p5-XML-GDOME/Makefile

26 lines
598 B
Makefile
Raw Normal View History

2013-09-02 17:39:17 +02:00
# Created by: Stefan Esser <se@FreeBSD.org>
# $FreeBSD$
PORTNAME= XML-GDOME
2006-06-10 22:52:24 +02:00
PORTVERSION= 0.86
PORTREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Perl module that provides the DOM Level 2 Core API for XML documents
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX
2013-11-07 04:52:41 +01:00
LIB_DEPENDS= libgdome.so:${PORTSDIR}/textproc/gdome2
RUN_DEPENDS:= ${BUILD_DEPENDS}
2013-09-02 17:39:17 +02:00
USES= perl5 pkgconfig
2013-08-02 20:21:05 +02:00
USE_PERL5= configure
.include <bsd.port.mk>