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

24 lines
420 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
BUILD_DEPENDS= p5-XML-DOM>=0: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>