1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/textproc/p5-XML-SAX-Expat/Makefile
2017-09-15 08:58:46 +00:00

27 lines
574 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= XML-SAX-Expat
PORTVERSION= 0.51
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple API for XML
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
RUN_DEPENDS= p5-XML-Parser>=0:textproc/p5-XML-Parser \
p5-XML-SAX>=0:textproc/p5-XML-SAX \
p5-XML-NamespaceSupport>=0:textproc/p5-XML-NamespaceSupport
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5 dos2unix
USE_PERL5= configure
CONFIGURE_ENV= SKIP_SAX_INSTALL=yes
.include <bsd.port.mk>