21 lines
470 B
Makefile
21 lines
470 B
Makefile
# $OpenBSD: Makefile,v 1.16 2008/10/08 17:42:50 simon Exp $
|
|
|
|
COMMENT= perl module to perform XSLT transformations
|
|
|
|
MODULES= cpan
|
|
DISTNAME= XML-XSLT-0.48
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
RUN_DEPENDS= :p5-XML-Parser->=2.23:textproc/p5-XML-Parser \
|
|
:p5-XML-DOM->=1.25:textproc/p5-XML-DOM
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|