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

24 lines
431 B
Makefile
Raw Normal View History

# Created by: vanilla
# $FreeBSD$
PORTNAME= XML-XSLT
2004-03-22 13:38:33 +01:00
PORTVERSION= 0.48
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= XML::XSLT - A perl module for processing XSLT
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
2012-06-04 18:53:46 +02:00
BUILD_DEPENDS= p5-XML-DOM>=0:${PORTSDIR}/textproc/p5-XML-DOM
RUN_DEPENDS:= ${BUILD_DEPENDS}
2013-08-02 20:21:05 +02:00
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>