2010-12-03 11:46:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2010/12/03 11:46:50 ajacoutot Exp $
|
2001-05-06 04:11:38 +00:00
|
|
|
|
2007-09-15 20:59:36 +00:00
|
|
|
COMMENT= perl module to perform XSLT transformations
|
2001-01-25 00:18:47 +00:00
|
|
|
|
2007-01-21 21:46:20 +00:00
|
|
|
MODULES= cpan
|
2008-10-08 17:42:50 +00:00
|
|
|
DISTNAME= XML-XSLT-0.48
|
2010-12-03 11:46:46 +00:00
|
|
|
REVISION= 0
|
2007-01-21 21:46:20 +00:00
|
|
|
CATEGORIES= textproc
|
2010-10-19 07:54:21 +00:00
|
|
|
USE_GROFF = Yes
|
2001-01-25 00:18:47 +00:00
|
|
|
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
|
2010-11-20 19:56:47 +00:00
|
|
|
RUN_DEPENDS= textproc/p5-XML-Parser>=2.23 \
|
|
|
|
textproc/p5-XML-DOM>=1.25
|
2001-01-25 00:18:47 +00:00
|
|
|
|
2003-11-15 15:12:53 +00:00
|
|
|
# GPL/Artistic
|
2001-01-25 00:18:47 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|