25 lines
600 B
Makefile
25 lines
600 B
Makefile
# $OpenBSD: Makefile,v 1.10 2002/06/09 05:32:08 wilfried Exp $
|
|
|
|
COMMENT= "perl module to perform XSLT transformations"
|
|
|
|
DISTNAME= XML-XSLT-0.32
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
NEED_VERSION= 1.515
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
BUILD_DEPENDS= :p5-XML-Parser->=2.23:textproc/p5-XML-Parser \
|
|
:p5-XML-DOM->=1.25:textproc/p5-XML-DOM
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|