freebsd-ports/textproc/p5-XML-XSLT/Makefile
2013-11-07 03:52:41 +00:00

19 lines
375 B
Makefile

# Created by: vanilla
# $FreeBSD$
PORTNAME= XML-XSLT
PORTVERSION= 0.48
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= XML::XSLT - A perl module for processing XSLT
BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>