mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
597afc47ba
With hat: portmgr Sponsored by: Absolight
27 lines
573 B
Makefile
27 lines
573 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>
|