openbsd-ports/textproc/p5-XML-XSLT/Makefile
espie 0e6f6f93bb Kill first component of BUILD_DEPENDS.
Fix sawfish comment while I'm at it.
`window manager for the X windows system'.
Like DUH ! It's going to be a window manager for my microwave oven ?
2001-11-10 15:00:47 +00:00

27 lines
630 B
Makefile

# $OpenBSD: Makefile,v 1.4 2001/11/10 15:00:51 espie Exp $
COMMENT= "perl module to perform XSLT transformations"
DISTNAME= XML-XSLT-0.32
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
NEED_VERSION= 1.489
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERL_MODULES= ${LOCALBASE}/libdata/perl5/site_perl
BUILD_DEPENDS= ::textproc/p5-XML-Parser \
::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>