1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/textproc/p5-XML-GDOME/Makefile
Dmitry Marakasov fb1f93a73f - Switch textproc/gdome2 to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
2014-06-06 13:21:59 +00:00

26 lines
598 B
Makefile

# Created by: Stefan Esser <se@FreeBSD.org>
# $FreeBSD$
PORTNAME= XML-GDOME
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
LIB_DEPENDS= libgdome.so:${PORTSDIR}/textproc/gdome2
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 pkgconfig
USE_PERL5= configure
.include <bsd.port.mk>